From abc78411354522d53b86b79ee06f60fc24a1a338 Mon Sep 17 00:00:00 2001 From: Dale Tristram Date: Thu, 8 Feb 2018 21:56:43 +0200 Subject: [PATCH] [stable/spinnaker] Configure kubernetes provider to use serviceAccount credentials (#3386) --- stable/spinnaker/Chart.yaml | 2 +- stable/spinnaker/templates/configmap/spinnaker-config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}