Skip to content

Commit c430cc3

Browse files
Merge pull request kata-containers#8098 from stevenhorsman/k8s-registry-suite
versions: migrate out of k8s.gcr.io
2 parents 59b9380 + 0db8fb8 commit c430cc3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/integration/kubernetes/tests_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Variables used by the kubernetes tests
1313
export docker_images_nginx_version="1.15-alpine"
14-
export container_images_agnhost_name="k8s.gcr.io/e2e-test-images/agnhost"
14+
export container_images_agnhost_name="registry.k8s.io/e2e-test-images/agnhost"
1515
export container_images_agnhost_version="2.21"
1616

1717
# Timeout options, mainly for use with waitForProcess(). Use them unless the

tools/packaging/kata-deploy/examples/test-deploy-kata-clh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
runtimeClassName: kata-clh
1818
containers:
19-
- image: k8s.gcr.io/hpa-example
19+
- image: registry.k8s.io/hpa-example
2020
imagePullPolicy: Always
2121
name: php-apache
2222
ports:

tools/packaging/kata-deploy/examples/test-deploy-kata-dragonball.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
runtimeClassName: kata-dragonball
1818
containers:
19-
- image: k8s.gcr.io/hpa-example
19+
- image: registry.k8s.io/hpa-example
2020
imagePullPolicy: Always
2121
name: php-apache
2222
ports:

tools/packaging/kata-deploy/examples/test-deploy-kata-fc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
runtimeClassName: kata-fc
1818
containers:
19-
- image: k8s.gcr.io/hpa-example
19+
- image: registry.k8s.io/hpa-example
2020
imagePullPolicy: Always
2121
name: php-apache
2222
ports:

tools/packaging/kata-deploy/examples/test-deploy-kata-qemu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
runtimeClassName: kata-qemu
1818
containers:
19-
- image: k8s.gcr.io/hpa-example
19+
- image: registry.k8s.io/hpa-example
2020
imagePullPolicy: Always
2121
name: php-apache
2222
ports:

tools/packaging/kata-deploy/examples/test-deploy-runc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
run: php-apache-runc
1616
spec:
1717
containers:
18-
- image: k8s.gcr.io/hpa-example
18+
- image: registry.k8s.io/hpa-example
1919
imagePullPolicy: Always
2020
name: php-apache
2121
ports:

0 commit comments

Comments
 (0)