Skip to content

Commit 66491f6

Browse files
authored
Merge pull request #4073 from richardcase/remove_old_registry
chore: remove usage of images from k8s.gcr.io
2 parents e29a116 + bf0ad1b commit 66491f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/e2e/data/infrastructure-aws/withoutclusterclass/e2e_test_templates/cluster-template-gpu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4193,7 +4193,7 @@ data:
41934193
- ALL
41944194
readOnlyRootFilesystem: true
41954195
runAsNonRoot: true
4196-
image: "k8s.gcr.io/nfd/node-feature-discovery:v0.10.1"
4196+
image: "registry.k8s.io/nfd/node-feature-discovery:v0.10.1"
41974197
imagePullPolicy: IfNotPresent
41984198
ports:
41994199
- containerPort: 8080
@@ -4329,7 +4329,7 @@ data:
43294329
- ALL
43304330
readOnlyRootFilesystem: true
43314331
runAsNonRoot: true
4332-
image: "k8s.gcr.io/nfd/node-feature-discovery:v0.10.1"
4332+
image: "registry.k8s.io/nfd/node-feature-discovery:v0.10.1"
43334333
imagePullPolicy: IfNotPresent
43344334
env:
43354335
- name: NODE_NAME

test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources/gpu/gpu-operator-components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
- ALL
9696
readOnlyRootFilesystem: true
9797
runAsNonRoot: true
98-
image: "k8s.gcr.io/nfd/node-feature-discovery:v0.10.1"
98+
image: "registry.k8s.io/nfd/node-feature-discovery:v0.10.1"
9999
imagePullPolicy: IfNotPresent
100100
ports:
101101
- containerPort: 8080
@@ -231,7 +231,7 @@ spec:
231231
- ALL
232232
readOnlyRootFilesystem: true
233233
runAsNonRoot: true
234-
image: "k8s.gcr.io/nfd/node-feature-discovery:v0.10.1"
234+
image: "registry.k8s.io/nfd/node-feature-discovery:v0.10.1"
235235
imagePullPolicy: IfNotPresent
236236
env:
237237
- name: NODE_NAME

0 commit comments

Comments
 (0)