From b886e1c40df9978d488c1eb950714e7a0bfc1499 Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Thu, 5 Sep 2024 10:18:58 -0700 Subject: [PATCH 1/2] fix name conflict --- charts/mlflow-server/templates/authClusterRoleBinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From e765a34c1cd41a3e25cd0bb94bb01716efdbc8da Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Thu, 5 Sep 2024 10:20:21 -0700 Subject: [PATCH 2/2] update app and chart version --- charts/mlflow-server/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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