[bitnami/mlflow] Create flask-server-secret-key when upgrading (#34629)

* [bitnami/mlflow] Create flask-server-secret-key when upgrading

Signed-off-by: David Gomez <david.gomez@broadcom.com>

* Update CHANGELOG.md

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

---------

Signed-off-by: David Gomez <david.gomez@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
David Gomez
2025-06-25 14:33:56 +00:00
committed by GitHub
co-authored by Bitnami Bot
parent cb9579abad
commit 97dc66c323
4 changed files with 12 additions and 8 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 5.0.2 (2025-06-25)
## 5.0.3 (2025-06-25)
* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#34619](https://github.com/bitnami/charts/pull/34619))
* [bitnami/mlflow] Create flask-server-secret-key when upgrading ([#34629](https://github.com/bitnami/charts/pull/34629))
## <small>5.0.2 (2025-06-25)</small>
* [bitnami/mlflow] :zap: :arrow_up: Update dependency references (#34619) ([4003b7b](https://github.com/bitnami/charts/commit/4003b7b7f3780a03d0945b51dd91a1754c2096c0)), closes [#34619](https://github.com/bitnami/charts/issues/34619)
## <small>5.0.1 (2025-06-16)</small>
+4 -4
View File
@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.0.4
version: 17.0.8
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.7.11
version: 16.7.13
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.3
digest: sha256:c252094b712972505989fb32c50bd90bf5cfa17b03ea021aa24b753094f3959f
generated: "2025-06-16T11:32:02.033411+02:00"
digest: sha256:a49a0e646101b87c316424a5ad413f3f43251800598bf746e72e458781bbbca8
generated: "2025-06-25T16:02:41.651744+02:00"
+1 -1
View File
@@ -47,4 +47,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
- https://github.com/mlflow/mlflow
version: 5.0.2
version: 5.0.3
@@ -19,5 +19,5 @@ data:
# We need to add the username as it is required by the ServiceMonitor object
admin-user: {{ include "common.secrets.passwords.manage" (dict "secret" (include "mlflow.v0.tracking.fullname" .) "key" "admin-user" "providedValues" (list "tracking.auth.username") "context" $) }}
admin-password: {{ include "common.secrets.passwords.manage" (dict "secret" (include "mlflow.v0.tracking.fullname" .) "key" "admin-password" "providedValues" (list "tracking.auth.password") "context" $) }}
flask-server-secret-key: {{ include "common.secrets.passwords.manage" (dict "secret" (include "mlflow.v0.tracking.fullname" .) "key" "flask-server-secret-key" "providedValues" (list "tracking.auth.flaskServerSecretKey") "context" $) }}
flask-server-secret-key: {{ include "common.secrets.passwords.manage" (dict "secret" (include "mlflow.v0.tracking.fullname" .) "key" "flask-server-secret-key" "providedValues" (list "tracking.auth.flaskServerSecretKey") "failOnNew" false "context" $) }}
{{- end }}