mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Renamed redeploy annotations to fix duplicated key in yaml (#1436)
This commit is contained in:
committed by
Aaron Schlesinger
parent
8fe83e9e98
commit
4811f5d32c
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user