Skip to content

Commit

Permalink
Update image update automation
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
  • Loading branch information
adrianmo committed May 26, 2021
1 parent 65a1f89 commit 9625fa1
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions clusters/GitOpsDemoCluster/demoapp-imageupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,21 @@ metadata:
name: demoapp
namespace: demoapp
spec:
checkout:
branch: main
gitRepositoryRef:
name: demoapp
commit:
authorEmail: fluxcdbot@users.noreply.github.com
authorName: fluxcdbot
messageTemplate: "{{range .Updated.Images}}{{println .}}{{end}}"
interval: 1m0s
push:
branch: main
sourceRef:
kind: GitRepository
name: flux-system
git:
checkout:
ref:
branch: main
commit:
author:
email: fluxcdbot@users.noreply.github.com
name: fluxcdbot
messageTemplate: "{{range .Updated.Images}}{{println .}}{{end}}"
push:
branch: main
update:
path: ./manifests
strategy: Setters

0 comments on commit 9625fa1

Please sign in to comment.