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

This commit is contained in:
Javier J. Salmerón García
2025-05-06 10:53:46 +02:00
committed by GitHub
parent 6bab5cce11
commit 695f09932a
4 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 6.6.9 (2025-04-23)
## 6.6.10 (2025-05-06)
* [bitnami/influxdb] Fix backup functionality, closes bitnami#33110 ([#33111](https://github.com/bitnami/charts/pull/33111))
* [bitnami/influxdb] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33374](https://github.com/bitnami/charts/pull/33374))
## <small>6.6.9 (2025-04-28)</small>
* [bitnami/influxdb] Fix backup functionality, closes bitnami#33110 (#33111) ([2f8efe4](https://github.com/bitnami/charts/commit/2f8efe49372ea6c45c197154d093f49bcfb3d625)), closes [bitnami#33110](https://github.com/bitnami/issues/33110) [#33111](https://github.com/bitnami/charts/issues/33111) [bitnami#33110](https://github.com/bitnami/issues/33110)
## <small>6.6.8 (2025-04-22)</small>

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-19T19:23:47.314070954Z"
version: 2.31.0
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
generated: "2025-05-06T10:20:01.557583475+02:00"

View File

@@ -38,4 +38,4 @@ maintainers:
name: influxdb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/influxdb
version: 6.6.9
version: 6.6.10

View File

@@ -22,7 +22,7 @@ metadata:
{{- end }}
{{- end }}
spec:
{{- if and .Values.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}
rules:
@@ -34,9 +34,7 @@ spec:
{{- toYaml .Values.ingress.extraPaths | nindent 10 }}
{{- end }}
- path: {{ default "/" .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 }}
{{- end }}
{{- range .Values.ingress.extraHosts }}
@@ -47,9 +45,7 @@ spec:
{{- toYaml $.Values.ingress.extraPaths | nindent 10 }}
{{- end }}
- 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 }}