From 06648bb460b7b064848f4abc3e131d145bb0960c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n=20Garc=C3=ADa?= Date: Tue, 6 May 2025 10:35:42 +0200 Subject: [PATCH] [bitnami/drupal] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#33354) --- bitnami/drupal/CHANGELOG.md | 8 ++++++-- bitnami/drupal/Chart.lock | 6 +++--- bitnami/drupal/Chart.yaml | 2 +- bitnami/drupal/templates/ingress.yaml | 6 +----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/drupal/CHANGELOG.md b/bitnami/drupal/CHANGELOG.md index 3896b2214a..243e8968f0 100644 --- a/bitnami/drupal/CHANGELOG.md +++ b/bitnami/drupal/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 21.2.6 (2025-04-25) +## 21.2.7 (2025-05-06) -* [bitnami/drupal] Release 21.2.6 ([#33182](https://github.com/bitnami/charts/pull/33182)) +* [bitnami/drupal] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33354](https://github.com/bitnami/charts/pull/33354)) + +## 21.2.6 (2025-04-25) + +* [bitnami/drupal] Release 21.2.6 (#33182) ([19023d0](https://github.com/bitnami/charts/commit/19023d0eb33370ea6d231728991cc0444b7fa0b7)), closes [#33182](https://github.com/bitnami/charts/issues/33182) ## 21.2.5 (2025-04-22) diff --git a/bitnami/drupal/Chart.lock b/bitnami/drupal/Chart.lock index 4d210ee2ef..d2db10667e 100644 --- a/bitnami/drupal/Chart.lock +++ b/bitnami/drupal/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 20.5.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.30.0 -digest: sha256:280feab820b70e6c499f0af151e8da0a34b957af3a4e429fac7ec55edd6b1203 -generated: "2025-04-25T14:12:34.379569179Z" + version: 2.31.0 +digest: sha256:b1d1ae0a4554cfeb0f6e1de395261910a0ba101a11ce4566e209e801dc3783b9 +generated: "2025-05-06T10:05:00.612517957+02:00" diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml index 806d555d67..4645ccae5f 100644 --- a/bitnami/drupal/Chart.yaml +++ b/bitnami/drupal/Chart.yaml @@ -41,4 +41,4 @@ maintainers: name: drupal sources: - https://github.com/bitnami/charts/tree/main/bitnami/drupal -version: 21.2.6 +version: 21.2.7 diff --git a/bitnami/drupal/templates/ingress.yaml b/bitnami/drupal/templates/ingress.yaml index a0a3b8e5b4..1655636784 100644 --- a/bitnami/drupal/templates/ingress.yaml +++ b/bitnami/drupal/templates/ingress.yaml @@ -19,7 +19,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: @@ -28,9 +28,7 @@ spec: http: paths: - 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 .Values.ingress.extraPaths }} {{- toYaml .Values.ingress.extraPaths | nindent 10 }} @@ -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 "common.names.fullname" $) "servicePort" "http" "context" $) | nindent 14 }} {{- end }} {{- if .Values.ingress.extraRules }}