diff --git a/stable/chartmuseum/Chart.yaml b/stable/chartmuseum/Chart.yaml index 9ead449d6b..d33ab8339f 100644 --- a/stable/chartmuseum/Chart.yaml +++ b/stable/chartmuseum/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Host your own Helm Chart Repository name: chartmuseum -version: 2.13.1 +version: 2.13.2 appVersion: 0.12.0 home: https://github.com/helm/chartmuseum icon: https://raw.githubusercontent.com/helm/chartmuseum/master/logo2.png diff --git a/stable/chartmuseum/templates/deployment.yaml b/stable/chartmuseum/templates/deployment.yaml index 4f89c8946a..d30a900059 100644 --- a/stable/chartmuseum/templates/deployment.yaml +++ b/stable/chartmuseum/templates/deployment.yaml @@ -160,7 +160,7 @@ spec: tolerations: {{ toYaml . | indent 8 }} {{- end }} - {{- if .Values.serviceAccount.create }} + {{- if .Values.deployment.schedulerName }} schedulerName: {{ .Values.deployment.schedulerName }} {{- end -}} {{- if .Values.serviceAccount.create }}