We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ec1ab commit f97410cCopy full SHA for f97410c
.goreleaser.yml
@@ -44,7 +44,7 @@ before:
44
$(helm template {{ .ProjectName }} ./charts/{{ .ProjectName }} \
45
--namespace caren-system \
46
--set-string image.tag=v{{ trimprefix .Version "v" }}{{ if .IsSnapshot }}-{{ .Runtime.Goarch }}{{ end }} \
47
- --set-string helmRepositoryImage.tag=v{{ trimprefix .Version "v" }}{{ if .IsSnapshot }}-{{ .Runtime.Goarch }} \
+ --set-string helmChartsImage.tag=v{{ trimprefix .Version "v" }}{{ if .IsSnapshot }}-{{ .Runtime.Goarch }} \
48
--set-string image.repository=ko.local/{{ .ProjectName }}{{ end }} \
49
)
50
EOF'
0 commit comments