From 4811f5d32c2eb007d08fe0d2d5cb712ed5db34e4 Mon Sep 17 00:00:00 2001 From: David Sauer Date: Thu, 14 Nov 2019 18:41:34 +0100 Subject: [PATCH] Renamed redeploy annotations to fix duplicated key in yaml (#1436) --- charts/athens-proxy/Chart.yaml | 2 +- charts/athens-proxy/templates/deployment.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/athens-proxy/Chart.yaml b/charts/athens-proxy/Chart.yaml index e3cc3e0c..f73bd99c 100644 --- a/charts/athens-proxy/Chart.yaml +++ b/charts/athens-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: athens-proxy -version: 0.3.8 +version: 0.3.9 appVersion: 0.7.0 description: The proxy server for Go modules icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png diff --git a/charts/athens-proxy/templates/deployment.yaml b/charts/athens-proxy/templates/deployment.yaml index 7cc08f07..536eb9dd 100644 --- a/charts/athens-proxy/templates/deployment.yaml +++ b/charts/athens-proxy/templates/deployment.yaml @@ -21,9 +21,9 @@ spec: chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" annotations: - checksum/config: {{ include (print $.Template.BasePath "/config-upstream.yaml") . | sha256sum }} - checksum/config: {{ include (print $.Template.BasePath "/config-ssh-git-servers.yaml") . | sha256sum }} - checksum/secret: {{ include (print $.Template.BasePath "/secret-ssh-git-servers.yaml") . | sha256sum }} + checksum/upstream: {{ include (print $.Template.BasePath "/config-upstream.yaml") . | sha256sum }} + checksum/ssh-config: {{ include (print $.Template.BasePath "/config-ssh-git-servers.yaml") . | sha256sum }} + checksum/ssh-secret: {{ include (print $.Template.BasePath "/secret-ssh-git-servers.yaml") . | sha256sum }} spec: {{- if .Values.sshGitServers }} initContainers: