From 97dc66c3236fce07dfa6476ed688438c49f4d26c Mon Sep 17 00:00:00 2001 From: David Gomez Date: Wed, 25 Jun 2025 16:33:56 +0200 Subject: [PATCH] [bitnami/mlflow] Create flask-server-secret-key when upgrading (#34629) * [bitnami/mlflow] Create flask-server-secret-key when upgrading Signed-off-by: David Gomez * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: David Gomez Signed-off-by: Bitnami Bot Co-authored-by: Bitnami Bot --- bitnami/mlflow/CHANGELOG.md | 8 ++++++-- bitnami/mlflow/Chart.lock | 8 ++++---- bitnami/mlflow/Chart.yaml | 2 +- bitnami/mlflow/templates/tracking/auth-secret.yaml | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index 463f44f0b3..3da9b73066 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -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)) + +## 5.0.2 (2025-06-25) + +* [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) ## 5.0.1 (2025-06-16) diff --git a/bitnami/mlflow/Chart.lock b/bitnami/mlflow/Chart.lock index 65099d2a1b..394b7fc0ee 100644 --- a/bitnami/mlflow/Chart.lock +++ b/bitnami/mlflow/Chart.lock @@ -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" diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index 476f41b020..08f3f9c611 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -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 diff --git a/bitnami/mlflow/templates/tracking/auth-secret.yaml b/bitnami/mlflow/templates/tracking/auth-secret.yaml index fb3ba18433..d1aeb4fd31 100644 --- a/bitnami/mlflow/templates/tracking/auth-secret.yaml +++ b/bitnami/mlflow/templates/tracking/auth-secret.yaml @@ -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 }}