Merge pull request #8098 from stevenhorsman/k8s-registry-suite

versions: migrate out of k8s.gcr.io
This commit is contained in:
Steve Horsman
2023-10-04 10:51:39 +01:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
# Variables used by the kubernetes tests
export docker_images_nginx_version="1.15-alpine"
export container_images_agnhost_name="k8s.gcr.io/e2e-test-images/agnhost"
export container_images_agnhost_name="registry.k8s.io/e2e-test-images/agnhost"
export container_images_agnhost_version="2.21"
# Timeout options, mainly for use with waitForProcess(). Use them unless the

View File

@@ -16,7 +16,7 @@ spec:
spec:
runtimeClassName: kata-clh
containers:
- image: k8s.gcr.io/hpa-example
- image: registry.k8s.io/hpa-example
imagePullPolicy: Always
name: php-apache
ports:

View File

@@ -16,7 +16,7 @@ spec:
spec:
runtimeClassName: kata-dragonball
containers:
- image: k8s.gcr.io/hpa-example
- image: registry.k8s.io/hpa-example
imagePullPolicy: Always
name: php-apache
ports:

View File

@@ -16,7 +16,7 @@ spec:
spec:
runtimeClassName: kata-fc
containers:
- image: k8s.gcr.io/hpa-example
- image: registry.k8s.io/hpa-example
imagePullPolicy: Always
name: php-apache
ports:

View File

@@ -16,7 +16,7 @@ spec:
spec:
runtimeClassName: kata-qemu
containers:
- image: k8s.gcr.io/hpa-example
- image: registry.k8s.io/hpa-example
imagePullPolicy: Always
name: php-apache
ports:

View File

@@ -15,7 +15,7 @@ spec:
run: php-apache-runc
spec:
containers:
- image: k8s.gcr.io/hpa-example
- image: registry.k8s.io/hpa-example
imagePullPolicy: Always
name: php-apache
ports: