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:
Aya Hosni
2026-01-05 10:51:27 +02:00
committed by GitHub
parent 93c736cf6a
commit 9213601160
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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