mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/memcached] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33397)
This commit is contained in:
committed by
GitHub
parent
e95d150191
commit
3fa01d8c49
@@ -1,8 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 7.8.1 (2025-04-18)
|
## 7.8.2 (2025-05-06)
|
||||||
|
|
||||||
* [bitnami/memcached] Release 7.8.1 ([#33078](https://github.com/bitnami/charts/pull/33078))
|
* [bitnami/memcached] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33397](https://github.com/bitnami/charts/pull/33397))
|
||||||
|
|
||||||
|
## <small>7.8.1 (2025-04-18)</small>
|
||||||
|
|
||||||
|
* [bitnami/memcached] Release 7.8.1 (#33078) ([658218b](https://github.com/bitnami/charts/commit/658218b21d9c670c31a1002a729755515067de5c)), closes [#33078](https://github.com/bitnami/charts/issues/33078)
|
||||||
|
|
||||||
## 7.8.0 (2025-03-31)
|
## 7.8.0 (2025-03-31)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 2.30.0
|
version: 2.31.0
|
||||||
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
|
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
|
||||||
generated: "2025-02-19T22:41:34.587110348Z"
|
generated: "2025-05-06T10:37:08.74045163+02:00"
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ maintainers:
|
|||||||
name: memcached
|
name: memcached
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/memcached
|
- https://github.com/bitnami/charts/tree/main/bitnami/memcached
|
||||||
version: 7.8.1
|
version: 7.8.2
|
||||||
|
|||||||
@@ -25,24 +25,16 @@ spec:
|
|||||||
- type: Resource
|
- type: Resource
|
||||||
resource:
|
resource:
|
||||||
name: memory
|
name: memory
|
||||||
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
|
|
||||||
targetAverageUtilization: {{ .Values.autoscaling.targetMemory }}
|
|
||||||
{{- else }}
|
|
||||||
target:
|
target:
|
||||||
type: Utilization
|
type: Utilization
|
||||||
averageUtilization: {{ .Values.autoscaling.targetMemory }}
|
averageUtilization: {{ .Values.autoscaling.targetMemory }}
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.autoscaling.targetCPU }}
|
{{- if .Values.autoscaling.targetCPU }}
|
||||||
- type: Resource
|
- type: Resource
|
||||||
resource:
|
resource:
|
||||||
name: cpu
|
name: cpu
|
||||||
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
|
|
||||||
targetAverageUtilization: {{ .Values.autoscaling.targetCPU }}
|
|
||||||
{{- else }}
|
|
||||||
target:
|
target:
|
||||||
type: Utilization
|
type: Utilization
|
||||||
averageUtilization: {{ .Values.autoscaling.targetCPU }}
|
averageUtilization: {{ .Values.autoscaling.targetCPU }}
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user