Fix syntax (parameter order) for flaskServerSecretKey in template (#33248)

* Fix syntax (parameter order) for flaskServerSecretKey in template

Signed-off-by: Magnus Billvik <magnus@billvik.se>

* Version bump

Signed-off-by: Magnus Billvik <magnus@billvik.se>

* Update CHANGELOG.md

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

---------

Signed-off-by: Magnus Billvik <magnus@billvik.se>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Magnus Billvik
2025-04-29 14:23:42 +00:00
committed by GitHub
co-authored by Bitnami Bot
parent 461f94ef15
commit 5397041481
3 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog # Changelog
## 3.0.2 (2025-04-24) ## 3.0.3 (2025-04-29)
* [bitnami/mlflow] Release 3.0.2 ([#33164](https://github.com/bitnami/charts/pull/33164)) * Fix syntax (parameter order) for flaskServerSecretKey in template ([#33248](https://github.com/bitnami/charts/pull/33248))
## <small>3.0.2 (2025-04-24)</small>
* [bitnami/mlflow] Release 3.0.2 (#33164) ([c4882c1](https://github.com/bitnami/charts/commit/c4882c117384e928e47c50113acc3c52511153c0)), closes [#33164](https://github.com/bitnami/charts/issues/33164)
## <small>3.0.1 (2025-04-09)</small> ## <small>3.0.1 (2025-04-09)</small>
+1 -1
View File
@@ -45,4 +45,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow - https://github.com/bitnami/charts/tree/main/bitnami/mlflow
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow - https://github.com/bitnami/containers/tree/main/bitnami/mlflow
- https://github.com/mlflow/mlflow - https://github.com/mlflow/mlflow
version: 3.0.2 version: 3.0.3
+1 -1
View File
@@ -78,7 +78,7 @@ Return the MLflow Tracking Secret key for the user
Return the MLflow Tracking Secret key for the Flask Server secret key Return the MLflow Tracking Secret key for the Flask Server secret key
*/}} */}}
{{- define "mlflow.v0.tracking.flaskServerSecretKey" -}} {{- define "mlflow.v0.tracking.flaskServerSecretKey" -}}
{{- default .Values.tracking.auth.existingSecretFlaskServerSecretKey "flask-server-secret-key" -}} {{- default "flask-server-secret-key" .Values.tracking.auth.existingSecretFlaskServerSecretKey -}}
{{- end -}} {{- end -}}
{{/* {{/*