update imageupdate config to not rebuild whole apps
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: argocd-image-updater-config
|
||||
|
||||
data:
|
||||
git.commit-message-template: |
|
||||
[CI SKIP] automatic update of {{ .AppName }}
|
||||
|
||||
{{ range .AppChanges -}}
|
||||
updates image {{ .Image }} tag '{{ .OldTag }}' to '{{ .NewTag }}'
|
||||
{{ end -}}
|
||||
Reference in New Issue
Block a user