[bitnami/cilium] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33344)

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:50:17 +02:00
committed by GitHub
parent 241352decd
commit 99c4868670
7 changed files with 12 additions and 36 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 2.1.7 (2025-04-25)
## 2.1.8 (2025-05-06)
* [bitnami/cilium] Release 2.1.7 ([#33184](https://github.com/bitnami/charts/pull/33184))
* [bitnami/cilium] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33344](https://github.com/bitnami/charts/pull/33344))
## <small>2.1.7 (2025-04-25)</small>
* [bitnami/cilium] Release 2.1.7 (#33184) ([9c2f6dd](https://github.com/bitnami/charts/commit/9c2f6dd6fa278be47e52003cc645fb9878b86fe0)), closes [#33184](https://github.com/bitnami/charts/issues/33184)
## <small>2.1.6 (2025-04-25)</small>
+4 -4
View File
@@ -1,9 +1,9 @@
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.3.0
version: 11.3.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:eaff204b6d3add988858d38317e0e5567f1fd1cbb1aea6f86b0c58aa213810b1
generated: "2025-04-25T13:18:24.434154054Z"
version: 2.31.0
digest: sha256:2049557e38e2b3e491e27594565200ca2c12c607848f1f0be7a507d1415983f5
generated: "2025-05-06T09:57:33.718728404+02:00"
+1 -1
View File
@@ -53,4 +53,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-relay
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend
version: 2.1.7
version: 2.1.8
@@ -27,24 +27,16 @@ spec:
- type: Resource
resource:
name: memory
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.hubble.relay.autoscaling.hpa.targetMemory }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.hubble.relay.autoscaling.hpa.targetMemory }}
{{- end }}
{{- end }}
{{- if .Values.hubble.relay.autoscaling.hpa.targetCPU }}
- type: Resource
resource:
name: cpu
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.hubble.relay.autoscaling.hpa.targetCPU }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.hubble.relay.autoscaling.hpa.targetCPU }}
{{- end }}
{{- end }}
{{- end }}
@@ -29,24 +29,16 @@ spec:
- type: Resource
resource:
name: memory
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.hubble.ui.autoscaling.hpa.targetMemory }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.hubble.ui.autoscaling.hpa.targetMemory }}
{{- end }}
{{- end }}
{{- if .Values.hubble.ui.autoscaling.hpa.targetCPU }}
- type: Resource
resource:
name: cpu
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.hubble.ui.autoscaling.hpa.targetCPU }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.hubble.ui.autoscaling.hpa.targetCPU }}
{{- end }}
{{- end }}
{{- end }}
@@ -19,7 +19,7 @@ metadata:
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $ ) | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.hubble.ui.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
{{- if .Values.hubble.ui.ingress.ingressClassName }}
ingressClassName: {{ .Values.hubble.ui.ingress.ingressClassName | quote }}
{{- end }}
rules:
@@ -31,9 +31,7 @@ spec:
{{- toYaml .Values.hubble.ui.ingress.extraPaths | nindent 10 }}
{{- end }}
- path: {{ .Values.hubble.ui.ingress.path }}
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.hubble.ui.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "cilium.hubble.ui.fullname" .) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.hubble.ui.ingress.extraHosts }}
@@ -41,9 +39,7 @@ spec:
http:
paths:
- path: {{ default "/" .path }}
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "cilium.hubble.ui.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- if .Values.hubble.ui.ingress.extraRules }}
@@ -27,24 +27,16 @@ spec:
- type: Resource
resource:
name: cpu
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.operator.autoscaling.hpa.targetCPU }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.operator.autoscaling.hpa.targetCPU }}
{{- end }}
{{- end }}
{{- if .Values.operator.autoscaling.hpa.targetMemory }}
- type: Resource
resource:
name: memory
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.operator.autoscaling.hpa.targetMemory }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.operator.autoscaling.hpa.targetMemory }}
{{- end }}
{{- end }}
{{- end }}