Skip to content

Commit e739259

Browse files
authored
Update k8s.gcr.io to registry.k8s.io (#445)
* Update k8s.gcr.io to registry.k8s.io * Edit e2e-kind script to fix failures
1 parent c826a8e commit e739259

29 files changed

+169
-167
lines changed

bundle/tests/scorecard/kind-kuttl/ingress-certificate/01-rc-with-cert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
license:
77
accept: true
8-
applicationImage: k8s.gcr.io/pause:3.2
8+
applicationImage: registry.k8s.io/pause:3.2
99
replicas: 1
1010
expose: true
1111
route:

bundle/tests/scorecard/kind-kuttl/ingress/00-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
license:
77
accept: true
8-
applicationImage: k8s.gcr.io/pause:3.2
8+
applicationImage: registry.k8s.io/pause:3.2
99
replicas: 1
1010
expose: true
1111
route:

bundle/tests/scorecard/kind-kuttl/ingress/02-delete-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
license:
77
accept: true
8-
applicationImage: k8s.gcr.io/pause:3.2
8+
applicationImage: registry.k8s.io/pause:3.2
99
replicas: 1
1010
expose: false
1111

bundle/tests/scorecard/kuttl/affinity/00-node-no-affinity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
license:
88
accept: true
9-
applicationImage: k8s.gcr.io/pause:3.2
9+
applicationImage: registry.k8s.io/pause:3.2
1010
replicas: 1
1111
deployment:
1212
updateStrategy:

bundle/tests/scorecard/kuttl/affinity/01-node-pod-affinity.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
license:
88
accept: true
9-
applicationImage: k8s.gcr.io/pause:3.2
9+
applicationImage: registry.k8s.io/pause:3.2
1010
replicas: 1
1111
deployment:
1212
updateStrategy:
@@ -25,7 +25,7 @@ metadata:
2525
spec:
2626
license:
2727
accept: true
28-
applicationImage: k8s.gcr.io/pause:3.2
28+
applicationImage: registry.k8s.io/pause:3.2
2929
replicas: 1
3030
affinity:
3131
podAffinity:

bundle/tests/scorecard/kuttl/affinity/03-pod-anti-affinity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
license:
88
accept: true
9-
applicationImage: k8s.gcr.io/pause:3.2
9+
applicationImage: registry.k8s.io/pause:3.2
1010
replicas: 1
1111
affinity:
1212
podAntiAffinity:

bundle/tests/scorecard/kuttl/affinity/05-node-affinity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
license:
88
accept: true
9-
applicationImage: k8s.gcr.io/pause:3.2
9+
applicationImage: registry.k8s.io/pause:3.2
1010
replicas: 1
1111
affinity:
1212
nodeAffinity:

bundle/tests/scorecard/kuttl/affinity/08-default-affinity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ metadata:
66
spec:
77
license:
88
accept: true
9-
applicationImage: k8s.gcr.io/pause:3.2
9+
applicationImage: registry.k8s.io/pause:3.2
1010
replicas: 1
1111
affinity:

bundle/tests/scorecard/kuttl/affinity/09-override-default-affinity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
license:
88
accept: true
9-
applicationImage: k8s.gcr.io/pause:3.2
9+
applicationImage: registry.k8s.io/pause:3.2
1010
replicas: 1
1111
affinity:
1212
nodeAffinityLabels:

bundle/tests/scorecard/kuttl/affinity/10-default-affinity-with-archs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
license:
88
accept: true
9-
applicationImage: k8s.gcr.io/pause:3.2
9+
applicationImage: registry.k8s.io/pause:3.2
1010
affinity:
1111
nodeAffinityLabels:
1212
architecture:

0 commit comments

Comments
 (0)