Skip to content

Commit

Permalink
Merge pull request #26 from strangiato/mlflow-updates-2.16
Browse files Browse the repository at this point in the history
Mlflow updates 2.16
  • Loading branch information
strangiato authored Sep 5, 2024
2 parents 12ebcc2 + e765a34 commit f64be19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/mlflow-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/mlflow-server/templates/authClusterRoleBinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f64be19

Please sign in to comment.