diff --git a/stable/spinnaker/Chart.yaml b/stable/spinnaker/Chart.yaml index 9b45dc250b..b534aa6bf0 100644 --- a/stable/spinnaker/Chart.yaml +++ b/stable/spinnaker/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. name: spinnaker -version: 0.3.12 +version: 0.3.13 appVersion: 1.1.0 home: http://spinnaker.io/ sources: diff --git a/stable/spinnaker/templates/configmap/spinnaker-config.yaml b/stable/spinnaker/templates/configmap/spinnaker-config.yaml index 0a245ade5e..1eda55d904 100644 --- a/stable/spinnaker/templates/configmap/spinnaker-config.yaml +++ b/stable/spinnaker/templates/configmap/spinnaker-config.yaml @@ -236,6 +236,7 @@ data: enabled: true accounts: - name: local + serviceAccount: true dockerRegistries: {{- range $index, $account := .Values.accounts }} - accountName: {{ $account.name }}