Skip to content

Commit 9d03625

Browse files
Fixed strategy name
1 parent 172d68b commit 9d03625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

image-updater/applications/always-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: argocd
66
annotations:
77
argocd-image-updater.argoproj.io/image-list: example=ghcr.io/codefresh-contrib/gitops-cert-level-2-examples
8-
argocd-image-updater.argoproj.io/example.update-strategy: latest
8+
argocd-image-updater.argoproj.io/example.update-strategy: newest-build
99
spec:
1010
project: default
1111

image-updater/example-app/envs/qa/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ spec:
88
spec:
99
containers:
1010
- name: webserver-simple
11-
image: ghcr.io/codefresh-contrib/gitops-cert-level-2-examples:demo
11+
image: ghcr.io/codefresh-contrib/gitops-cert-level-2-examples:1.0

0 commit comments

Comments
 (0)