diff --git a/charts/mlflow-server/Chart.yaml b/charts/mlflow-server/Chart.yaml index c60f16a..6fee42f 100644 --- a/charts/mlflow-server/Chart.yaml +++ b/charts/mlflow-server/Chart.yaml @@ -8,8 +8,8 @@ sources: - https://github.com/strangiato/helm-charts/tree/main/charts/mlflow-server - https://github.com/strangiato/mlflow-server -version: 0.7.0 -appVersion: "2.12" +version: 0.7.1 +appVersion: "2.16" icon: https://avatars.githubusercontent.com/u/39938107 diff --git a/charts/mlflow-server/templates/authClusterRoleBinding.yaml b/charts/mlflow-server/templates/authClusterRoleBinding.yaml index 96cd8ab..c6937ac 100644 --- a/charts/mlflow-server/templates/authClusterRoleBinding.yaml +++ b/charts/mlflow-server/templates/authClusterRoleBinding.yaml @@ -2,7 +2,7 @@ kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: - name: {{ include "mlflow-server.fullname" . }}-auth-delegator + name: {{ include "mlflow-server.fullname" . }}-{{ .Release.Namespace }}-auth-delegator labels: {{- include "mlflow-server.labels" . | nindent 4 }} subjects: