Skip to content

Commit 1470d8f

Browse files
authored
Merge pull request kubernetes-sigs#317 from xmudrii/registry-k8s-io
Replace k8s.gcr.io with registry.k8s.io
2 parents f1e2d41 + 2d97fdd commit 1470d8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/guestbook-operator/channels/packages/guestbook/0.1.0/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
spec:
3636
containers:
3737
- name: master
38-
image: k8s.gcr.io/redis:e2e # or just image: redis
38+
image: registry.k8s.io/redis:e2e # or just image: redis
3939
resources:
4040
requests:
4141
cpu: 100m

examples/guestbook-operator/controllers/tests/patches-stable.out.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
tier: backend
5555
spec:
5656
containers:
57-
- image: k8s.gcr.io/redis:e2e
57+
- image: registry.k8s.io/redis:e2e
5858
name: master
5959
ports:
6060
- containerPort: 6379

examples/guestbook-operator/controllers/tests/simple-stable.out.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
tier: backend
5555
spec:
5656
containers:
57-
- image: k8s.gcr.io/redis:e2e
57+
- image: registry.k8s.io/redis:e2e
5858
name: master
5959
ports:
6060
- containerPort: 6379

0 commit comments

Comments
 (0)