diff --git a/charts/mlrun-ce/Chart.yaml b/charts/mlrun-ce/Chart.yaml index 23eadcd0..40d62b13 100644 --- a/charts/mlrun-ce/Chart.yaml +++ b/charts/mlrun-ce/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.6.3-rc7 +version: 0.6.3-rc8 name: mlrun-ce description: MLRUn Open Source Stack home: https://iguazio.com diff --git a/charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml b/charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml index edc78feb..fed3930f 100644 --- a/charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml +++ b/charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml @@ -1,4 +1,4 @@ -{{- if .Values.jupyterNotebook.enabled -} +{{- if .Values.jupyterNotebook.enabled -}} apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/charts/mlrun-ce/templates/jupyter-notebook/role.yaml b/charts/mlrun-ce/templates/jupyter-notebook/role.yaml index 06d18fdb..4ab4e065 100644 --- a/charts/mlrun-ce/templates/jupyter-notebook/role.yaml +++ b/charts/mlrun-ce/templates/jupyter-notebook/role.yaml @@ -1,4 +1,4 @@ -{{- if .Values.jupyterNotebook.enabled -} +{{- if .Values.jupyterNotebook.enabled -}} apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: