Skip to content

Commit e6202ad

Browse files
committed
update
1 parent 1814860 commit e6202ad

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

image-updater/applications/always-latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ metadata:
44
name: always-latest01
55
namespace: argocd
66
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/tiago970/gitops-cert-level-2-examples
88
argocd-image-updater.argoproj.io/example.update-strategy: latest
99
spec:
1010
project: default
1111

1212
source:
13-
repoURL: https://github.com/codefresh-contrib/gitops-cert-level-2-examples.git
13+
repoURL: https://github.com/tiago970/gitops-cert-level-2-examples.git
1414
targetRevision: HEAD
1515
path: ./image-updater/example-app/envs/qa/
1616

image-updater/applications/semver.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ metadata:
44
name: follow-semver02
55
namespace: argocd
66
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/tiago970/gitops-cert-level-2-examples:~1
88
spec:
99
project: default
1010

1111
source:
12-
repoURL: https://github.com/codefresh-contrib/gitops-cert-level-2-examples.git
12+
repoURL: https://github.com/tiago970/gitops-cert-level-2-examples.git
1313
targetRevision: HEAD
1414
path: ./image-updater/example-app/envs/staging/
1515

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

+1-1
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:1.0
11+
image: ghcr.io/tiago970/gitops-cert-level-2-examples:1.0

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

+1-1
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:1.0
11+
image: ghcr.io/tiago970/gitops-cert-level-2-examples:1.0

0 commit comments

Comments
 (0)