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

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:33:07 +02:00
committed by GitHub
parent 8ff7408e99
commit 241a6af687
4 changed files with 11 additions and 11 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 11.6.5 (2025-04-23)
## 11.6.6 (2025-05-06)
* [bitnami/grafana] Release 11.6.5 ([#33146](https://github.com/bitnami/charts/pull/33146))
* [bitnami/grafana] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33367](https://github.com/bitnami/charts/pull/33367))
## <small>11.6.5 (2025-04-23)</small>
* [bitnami/grafana] Release 11.6.5 (#33146) ([bf5ff07](https://github.com/bitnami/charts/commit/bf5ff07b490c29681ca87f3ddcfd97a1c4e6171c)), closes [#33146](https://github.com/bitnami/charts/issues/33146)
## <small>11.6.4 (2025-04-22)</small>
+3 -3
View File
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
generated: "2025-02-20T07:19:16.951341004Z"
version: 2.31.0
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
generated: "2025-05-06T10:14:39.826829274+02:00"
+1 -1
View File
@@ -32,4 +32,4 @@ maintainers:
name: grafana
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana
version: 11.6.5
version: 11.6.6
+1 -5
View File
@@ -20,7 +20,7 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}
rules:
@@ -31,9 +31,7 @@ spec:
{{- toYaml .Values.ingress.extraPaths | nindent 10 }}
{{- end }}
- path: {{ .Values.ingress.path }}
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "http" "context" $) | nindent 14 }}
{{- if ne .Values.ingress.hostname "*" }}
host: {{ include "common.tplvalues.render" (dict "value" .Values.ingress.hostname "context" $) }}
@@ -44,9 +42,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 "common.names.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- if .Values.ingress.extraRules }}