Skip to content

Commit

Permalink
fix: migrate from k8s.gcr.io to registry.k8s.io
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
  • Loading branch information
ahmedwaleedmalik authored and helayoty committed Mar 13, 2023
1 parent 83819f8 commit ec4e4e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions e2e/fixtures/csi-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
nodeName: vk-aci-test-aks
containers:
- image: k8s.gcr.io/hpa-example
- image: registry.k8s.io/hpa-example
imagePullPolicy: Always
name: hpa-example
resources:
Expand All @@ -20,12 +20,12 @@ spec:
- containerPort: 80
name: http
protocol: TCP
- image: busybox
- image: busybox
name: busybox
imagePullPolicy: Always
command: [
"sh",
"-c",
"-c",
"sleep 10; while sleep 0.01; do wget -q -O- http://127.0.0.1; done",
]
resources:
Expand Down
6 changes: 3 additions & 3 deletions e2e/fixtures/hpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
nodeName: vk-aci-test-aks
containers:
- image: k8s.gcr.io/hpa-example
- image: registry.k8s.io/hpa-example
imagePullPolicy: Always
name: hpa-example
resources:
Expand All @@ -20,12 +20,12 @@ spec:
- containerPort: 443
name: https
protocol: TCP
- image: busybox
- image: busybox
name: busybox
imagePullPolicy: Always
command: [
"sh",
"-c",
"-c",
"sleep 10; while sleep 0.01; do wget -q -O- http://127.0.0.1; done",
]
resources:
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/multi-volume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
requests:
cpu: "1"
memory: 1G
- image: k8s.gcr.io/hpa-example
- image: registry.k8s.io/hpa-example
imagePullPolicy: Always
name: hpa-example
ports:
Expand Down

0 comments on commit ec4e4e7

Please sign in to comment.