Skip to content

Commit

Permalink
Modify image name
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaniyiOdeleye committed Apr 2, 2024
1 parent c958c31 commit 603d590
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion image-updater/applications/always-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: always-latest01
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: example=ghcr.io/OlaniyiOdeleye/gitops-cert-level-2-examples
argocd-image-updater.argoproj.io/image-list: example=ghcr.io/olaniyiodeleye/gitops-cert-level-2-examples
argocd-image-updater.argoproj.io/example.update-strategy: latest
spec:
project: default
Expand Down
2 changes: 1 addition & 1 deletion image-updater/applications/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: follow-semver02
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: ghcr.io/OlaniyiOdeleye/gitops-cert-level-2-examples:~1
argocd-image-updater.argoproj.io/image-list: ghcr.io/olaniyiodeleye/gitops-cert-level-2-examples:~1
spec:
project: default

Expand Down
2 changes: 1 addition & 1 deletion image-updater/example-app/envs/qa/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: webserver-simple
image: ghcr.io/OlaniyiOdeleye/gitops-cert-level-2-examples:1.0
image: ghcr.io/olaniyiodeleye/gitops-cert-level-2-examples:1.0
2 changes: 1 addition & 1 deletion image-updater/example-app/envs/staging/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: webserver-simple
image: ghcr.io/OlaniyiOdeleye/gitops-cert-level-2-examples:1.0
image: ghcr.io/olaniyiodeleye/gitops-cert-level-2-examples:1.0

0 comments on commit 603d590

Please sign in to comment.