[bitnami/keycloak] Update secret-external-db namespace to use common helper value (#32379)

* Fix namespace value to not use default namespace

Signed-off-by: Hisham Sadek <hey@hisham.dev>

* Update Chart version

Signed-off-by: Hisham Sadek <hey@hisham.dev>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Hisham Sadek <hey@hisham.dev>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Hisham Sadek
2025-03-11 10:54:30 +02:00
committed by GitHub
parent a2c149b171
commit 8e0642dbec
3 changed files with 8 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 24.4.11 (2025-02-28)
## 24.4.12 (2025-03-11)
* [bitnami/keycloak] Release 24.4.11 ([#32211](https://github.com/bitnami/charts/pull/32211))
* [bitnami/keycloak] Update secret-external-db namespace to use common helper value ([#32379](https://github.com/bitnami/charts/pull/32379))
## <small>24.4.11 (2025-02-28)</small>
* [bitnami/keycloak] Release 24.4.11 (#32211) ([932c291](https://github.com/bitnami/charts/commit/932c2910f0b648bbdb006a1122792e6363b3b17a)), closes [#32211](https://github.com/bitnami/charts/issues/32211)
## <small>24.4.10 (2025-02-17)</small>

View File

@@ -33,4 +33,4 @@ maintainers:
name: keycloak
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
version: 24.4.11
version: 24.4.12

View File

@@ -8,7 +8,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ printf "%s-externaldb" .Release.Name }}
namespace: {{ .Release.Namespace | quote }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" (dict "customLabels" .Values.commonLabels "context" $) | nindent 4 }}
{{- if or .Values.externalDatabase.annotations .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.merge" (dict "values" (list .Values.externalDatabase.annotations .Values.commonAnnotations) "context" $) | nindent 4 }}