File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ metadata:
4
4
name : always-latest01
5
5
namespace : argocd
6
6
annotations :
7
- argocd-image-updater.argoproj.io/image-list : example=ghcr.io/codefresh-contrib /gitops-cert-level-2-examples
7
+ argocd-image-updater.argoproj.io/image-list : example=ghcr.io/rcclemente /gitops-cert-level-2-examples
8
8
argocd-image-updater.argoproj.io/example.update-strategy : latest
9
9
spec :
10
10
project : default
11
11
12
12
source :
13
- repoURL : https://github.com/codefresh-contrib /gitops-cert-level-2-examples.git
13
+ repoURL : https://github.com/rcclemente /gitops-cert-level-2-examples.git
14
14
targetRevision : HEAD
15
15
path : ./image-updater/example-app/envs/qa/
16
16
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ metadata:
4
4
name : follow-semver02
5
5
namespace : argocd
6
6
annotations :
7
- argocd-image-updater.argoproj.io/image-list : ghcr.io/codefresh-contrib /gitops-cert-level-2-examples:~1
7
+ argocd-image-updater.argoproj.io/image-list : ghcr.io/rcclemente /gitops-cert-level-2-examples:~1
8
8
spec :
9
9
project : default
10
10
11
11
source :
12
- repoURL : https://github.com/codefresh-contrib /gitops-cert-level-2-examples.git
12
+ repoURL : https://github.com/rcclemente /gitops-cert-level-2-examples.git
13
13
targetRevision : HEAD
14
14
path : ./image-updater/example-app/envs/staging/
15
15
21
21
syncPolicy :
22
22
syncOptions :
23
23
- CreateNamespace=true
24
-
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
- name : webserver-simple
11
- image : ghcr.io/codefresh-contrib /gitops-cert-level-2-examples:1.0
11
+ image : ghcr.io/rcclemente /gitops-cert-level-2-examples:1.0
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
- name : webserver-simple
11
- image : ghcr.io/codefresh-contrib /gitops-cert-level-2-examples:1.0
11
+ image : ghcr.io/rcclemente /gitops-cert-level-2-examples:1.0
You can’t perform that action at this time.
0 commit comments