mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
chore: migrate k8s.gcr.io to registry.k8s.io in install manifests (#25802)
Signed-off-by: Aya <ayia.hosni@gmail.com> Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ spec:
|
||||
- http://localhost:9001/api/v1/sync
|
||||
- --dest
|
||||
- repo
|
||||
image: k8s.gcr.io/git-sync:v3.1.6
|
||||
image: registry.k8s.io/git-sync:v3.1.6
|
||||
volumeMounts:
|
||||
- name: git
|
||||
mountPath: /tmp/git
|
||||
|
||||
@@ -62,7 +62,7 @@ spec:
|
||||
env:
|
||||
- name: GIT_SYNC_REPO
|
||||
value: https://github.com/argoproj/argocd-example-apps
|
||||
image: k8s.gcr.io/git-sync:v3.1.6
|
||||
image: registry.k8s.io/git-sync:v3.1.6
|
||||
name: git-sync
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/git
|
||||
|
||||
@@ -66,7 +66,7 @@ spec:
|
||||
env:
|
||||
- name: GIT_SYNC_REPO
|
||||
value: https://github.com/argoproj/argocd-example-apps
|
||||
image: k8s.gcr.io/git-sync:v3.1.6
|
||||
image: registry.k8s.io/git-sync:v3.1.6
|
||||
name: git-sync
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/git
|
||||
|
||||
Reference in New Issue
Block a user