[bitnami/airflow] Bugfix doubled up config in scheduler deployment, incorrect key (#35385)

* [Bugfix] Fix doubled up config in scheduler deployment, switch to proper key

Signed-off-by: James Giuffrida <james.giuffrida@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Bump chart vers

Signed-off-by: James Giuffrida <james.giuffrida@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: James Giuffrida <james.giuffrida@gmail.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
jamesgiu
2025-08-06 18:52:47 +10:00
committed by GitHub
parent 6ae23f3b15
commit 29e0a98d10
3 changed files with 8 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 24.3.0 (2025-08-05)
## 24.3.1 (2025-08-06)
* [bitnami/airflow] [Feature request] Support multiple configmaps in Airflow chart ([#35386](https://github.com/bitnami/charts/pull/35386))
* [bitnami/airflow] Bugfix doubled up config in scheduler deployment, incorrect key ([#35385](https://github.com/bitnami/charts/pull/35385))
## 24.3.0 (2025-08-06)
* [bitnami/airflow] [Feature request] Support multiple configmaps in Airflow chart (#35386) ([d404f90](https://github.com/bitnami/charts/commit/d404f9071f2a15a80b4f2031e3a9b753423b64aa)), closes [#35386](https://github.com/bitnami/charts/issues/35386)
## <small>24.2.5 (2025-08-04)</small>

View File

@@ -42,4 +42,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 24.3.0
version: 24.3.1

View File

@@ -127,7 +127,7 @@ spec:
{{- if .Values.scheduler.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.scheduler.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
{{- if or .Values.scheduler.extraEnvVarsCM .Values.scheduler.extraEnvVarsCMs .Values.scheduler.extraEnvVarsSecret .Values.scheduler.extraEnvVarsSecret .Values.extraEnvVarsCM .Values.extraEnvVarsCMs .Values.extraEnvVarsSecret .Values.extraEnvVarsSecrets }}
{{- if or .Values.scheduler.extraEnvVarsCM .Values.scheduler.extraEnvVarsCMs .Values.scheduler.extraEnvVarsSecret .Values.scheduler.extraEnvVarsSecrets .Values.extraEnvVarsCM .Values.extraEnvVarsCMs .Values.extraEnvVarsSecret .Values.extraEnvVarsSecrets }}
envFrom:
{{- if .Values.extraEnvVarsCM }}
- configMapRef: