[bitnami/envoy-gateway] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33357)

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:38:46 +02:00
committed by GitHub
parent 3522956e60
commit 50f5c1c333
4 changed files with 10 additions and 14 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 0.1.2 (2025-05-05)
## 0.1.3 (2025-05-06)
* [bitnami/envoy-gateway] Release 0.1.2 ([#33319](https://github.com/bitnami/charts/pull/33319))
* [bitnami/envoy-gateway] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33357](https://github.com/bitnami/charts/pull/33357))
## <small>0.1.2 (2025-05-05)</small>
* [bitnami/envoy-gateway] Release 0.1.2 (#33319) ([9653f11](https://github.com/bitnami/charts/commit/9653f11546f005c0e51c7589e0d29f2230f3debf)), closes [#33319](https://github.com/bitnami/charts/issues/33319)
## <small>0.1.1 (2025-05-02)</small>
+3 -3
View File
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.2
digest: sha256:85748f67a5f7d7b1d8e36608bb0aae580ed522f65e17def2ccc88a5285992445
generated: "2025-05-02T10:56:57.884823946Z"
version: 2.31.0
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
generated: "2025-05-06T10:07:15.708215912+02:00"
+1 -1
View File
@@ -34,4 +34,4 @@ maintainers:
name: envoy-gateway
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/envoy-gateway
version: 0.1.2
version: 0.1.3
-8
View File
@@ -24,24 +24,16 @@ spec:
- type: Resource
resource:
name: cpu
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.autoscaling.hpa.targetCPU }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.autoscaling.hpa.targetCPU }}
{{- end }}
{{- end }}
{{- if .Values.autoscaling.hpa.targetMemory }}
- type: Resource
resource:
name: memory
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.autoscaling.hpa.targetMemory }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.autoscaling.hpa.targetMemory }}
{{- end }}
{{- end }}
{{- end }}