From 6095ce12caedbb9ac9df9908ade74f879bcb338d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 15 Jan 2024 10:14:07 +0100 Subject: [PATCH] [bitnami/mlflow] fix: :lock: Do not use the default service account (#22022) Signed-off-by: Javier Salmeron Garcia --- bitnami/mlflow/Chart.yaml | 2 +- bitnami/mlflow/README.md | 2 +- bitnami/mlflow/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index 57ae9a05f8..a3a93b6b12 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -43,4 +43,4 @@ name: mlflow sources: - https://github.com/bitnami/containers/tree/main/bitnami/mlflow - https://github.com/mlflow/mlflow -version: 0.4.1 +version: 0.4.2 diff --git a/bitnami/mlflow/README.md b/bitnami/mlflow/README.md index b6c0649fa5..ec0cbf189d 100644 --- a/bitnami/mlflow/README.md +++ b/bitnami/mlflow/README.md @@ -359,7 +359,7 @@ The command removes all the Kubernetes components associated with the chart and | `run.source.git.repository` | Repository that holds the files | `""` | | `run.source.git.revision` | Revision from the repository to checkout | `""` | | `run.source.git.extraVolumeMounts` | Add extra volume mounts for the Git container | `[]` | -| `run.serviceAccount.create` | Enable creation of ServiceAccount for Run pods | `false` | +| `run.serviceAccount.create` | Enable creation of ServiceAccount for Run pods | `true` | | `run.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `run.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `run.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index ef950e7ad8..4e6e4c1d02 100644 --- a/bitnami/mlflow/values.yaml +++ b/bitnami/mlflow/values.yaml @@ -1078,7 +1078,7 @@ run: serviceAccount: ## @param run.serviceAccount.create Enable creation of ServiceAccount for Run pods ## - create: false + create: true ## @param run.serviceAccount.name The name of the ServiceAccount to use ## If not set and create is true, a name is generated using the common.names.fullname template ##