Skip to content

Commit

Permalink
build: add image updater (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Dec 24, 2024
1 parent 990c30c commit 3a9b40b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion argocd/applicationsets/lovely-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@ spec:
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/git-creds
argocd-image-updater.argoproj.io/git-branch: main
argocd-image-updater.argoproj.io/write-back-target: "kustomization:/argocd/applications/proompteng"
{{- else }}
{{- elif eq .path.basename "findbobastore" }}
metadata:
annotations:
argocd-image-updater.argoproj.io/image-list: findbobastore=kalmyk.duckdns.org/lab/findbobastore
argocd-image-updater.argoproj.io/findbobastore: semver
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/git-creds
argocd-image-updater.argoproj.io/git-branch: main
argocd-image-updater.argoproj.io/write-back-target: "kustomization:/argocd/applications/findbobastore"
{{- end }}
spec:
source:
plugin:
Expand Down

0 comments on commit 3a9b40b

Please sign in to comment.