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 172d68b commit 9d03625Copy full SHA for 9d03625
image-updater/applications/always-latest.yml
@@ -5,7 +5,7 @@ metadata:
5
namespace: argocd
6
annotations:
7
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
+ argocd-image-updater.argoproj.io/example.update-strategy: newest-build
9
spec:
10
project: default
11
image-updater/example-app/envs/qa/version.yml
@@ -8,4 +8,4 @@ spec:
containers:
- name: webserver-simple
- image: ghcr.io/codefresh-contrib/gitops-cert-level-2-examples:demo
+ image: ghcr.io/codefresh-contrib/gitops-cert-level-2-examples:1.0
0 commit comments