mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
[bitnami/airflow] fix AIRFLOW__API_AUTH__JWT_SECRET (#35355)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 24.2.4 (2025-07-24)
|
||||
## 24.2.5 (2025-08-03)
|
||||
|
||||
* [bitnami/airflow] Fix/add extra env vars secrets to triggerer ([#35047](https://github.com/bitnami/charts/pull/35047))
|
||||
* [bitnami/airflow] fix AIRFLOW__API_AUTH__JWT_SECRET ([#35355](https://github.com/bitnami/charts/pull/35355))
|
||||
|
||||
## <small>24.2.4 (2025-07-25)</small>
|
||||
|
||||
* [bitnami/airflow] Fix/add extra env vars secrets to triggerer (#35047) ([f91d7dc](https://github.com/bitnami/charts/commit/f91d7dc52e9892c9de8cc5eb9a3d3abf14336d9b)), closes [#35047](https://github.com/bitnami/charts/issues/35047)
|
||||
|
||||
## <small>24.2.3 (2025-07-21)</small>
|
||||
|
||||
|
||||
@@ -42,4 +42,4 @@ maintainers:
|
||||
name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
|
||||
version: 24.2.4
|
||||
version: 24.2.5
|
||||
|
||||
@@ -388,7 +388,7 @@ Add environment variables to configure airflow common values
|
||||
key: airflow-secret-key
|
||||
{{- end }}
|
||||
{{- if (include "airflow.isImageMajorVersion3" .) }}
|
||||
- name: AIRFLOW__API_AUTH__JWT_SECRET_CMD
|
||||
- name: AIRFLOW__API_AUTH__JWT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ include "airflow.secretName" . }}
|
||||
|
||||
Reference in New Issue
Block a user