diff --git a/stable/spinnaker/Chart.yaml b/stable/spinnaker/Chart.yaml index 4f27a73fd165..032463e3276b 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: 1.12.0 +version: 1.13.0 appVersion: 1.12.5 home: http://spinnaker.io/ sources: diff --git a/stable/spinnaker/templates/configmap/halyard-config.yaml b/stable/spinnaker/templates/configmap/halyard-config.yaml index 1b7fc11ce185..9f890ea1784d 100644 --- a/stable/spinnaker/templates/configmap/halyard-config.yaml +++ b/stable/spinnaker/templates/configmap/halyard-config.yaml @@ -35,7 +35,11 @@ data: # Storage {{ if .Values.minio.enabled }} - echo {{ .Values.minio.secretKey }} | $HAL_COMMAND config storage s3 edit --endpoint http://{{ .Release.Name }}-minio:9000 --access-key-id {{ .Values.minio.accessKey }} --secret-access-key --bucket {{ .Values.minio.bucket }} + echo {{ .Values.minio.secretKey }} | $HAL_COMMAND config storage s3 edit \ + --endpoint http://{{ .Release.Name }}-minio:9000 \ + --access-key-id {{ .Values.minio.accessKey }} \ + --secret-access-key --bucket {{ .Values.minio.bucket }} \ + --path-style-access true $HAL_COMMAND config storage edit --type s3 {{ end }} {{ if .Values.s3.enabled }} diff --git a/stable/spinnaker/values.yaml b/stable/spinnaker/values.yaml index dd95792afb54..da33fcf4f3aa 100644 --- a/stable/spinnaker/values.yaml +++ b/stable/spinnaker/values.yaml @@ -2,7 +2,7 @@ halyard: spinnakerVersion: 1.12.5 image: repository: gcr.io/spinnaker-marketplace/halyard - tag: 1.16.0 + tag: 1.20.2 # Provide a config map with Hal commands that will be run the core config (storage) # The config map should contain a script in the config.sh key additionalScripts: