Skip to content

Commit 847eadd

Browse files
ArkaSaha30zetaab
andauthored
Update registry k8s.gcr.io -> registry.k8s.io (kubernetes#2103)
Signed-off-by: ArkaSaha30 <[email protected]> Co-authored-by: Jesse Haka <[email protected]>
1 parent bd05a95 commit 847eadd

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

charts/cinder-csi-plugin/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@ timeout: 3m
77
csi:
88
attacher:
99
image:
10-
repository: k8s.gcr.io/sig-storage/csi-attacher
10+
repository: registry.k8s.io/sig-storage/csi-attacher
1111
tag: v4.0.0
1212
pullPolicy: IfNotPresent
1313
resources: {}
1414
provisioner:
1515
topology: "true"
1616
image:
17-
repository: k8s.gcr.io/sig-storage/csi-provisioner
17+
repository: registry.k8s.io/sig-storage/csi-provisioner
1818
tag: v3.4.0
1919
pullPolicy: IfNotPresent
2020
resources: {}
2121
snapshotter:
2222
image:
23-
repository: k8s.gcr.io/sig-storage/csi-snapshotter
23+
repository: registry.k8s.io/sig-storage/csi-snapshotter
2424
tag: v6.1.0
2525
pullPolicy: IfNotPresent
2626
resources: {}
2727
resizer:
2828
image:
29-
repository: k8s.gcr.io/sig-storage/csi-resizer
29+
repository: registry.k8s.io/sig-storage/csi-resizer
3030
tag: v1.6.0
3131
pullPolicy: IfNotPresent
3232
resources: {}
3333
livenessprobe:
3434
image:
35-
repository: k8s.gcr.io/sig-storage/livenessprobe
35+
repository: registry.k8s.io/sig-storage/livenessprobe
3636
tag: v2.8.0
3737
pullPolicy: IfNotPresent
3838
failureThreshold: 5
@@ -42,7 +42,7 @@ csi:
4242
resources: {}
4343
nodeDriverRegistrar:
4444
image:
45-
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
45+
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
4646
tag: v2.6.2
4747
pullPolicy: IfNotPresent
4848
resources: {}

charts/manila-csi-plugin/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ nodeplugin:
5555
# csi-node-driver-registrar
5656
registrar:
5757
image:
58-
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
58+
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
5959
tag: v2.4.0
6060
pullPolicy: IfNotPresent
6161
resources: {}
@@ -75,7 +75,7 @@ controllerplugin:
7575
# CSI external-provisioner container spec
7676
provisioner:
7777
image:
78-
repository: k8s.gcr.io/sig-storage/csi-provisioner
78+
repository: registry.k8s.io/sig-storage/csi-provisioner
7979
tag: v3.0.0
8080
pullPolicy: IfNotPresent
8181
resources: {}
@@ -84,14 +84,14 @@ controllerplugin:
8484
# CSI external-snapshotter container spec
8585
snapshotter:
8686
image:
87-
repository: k8s.gcr.io/sig-storage/csi-snapshotter
87+
repository: registry.k8s.io/sig-storage/csi-snapshotter
8888
tag: v5.0.1
8989
pullPolicy: IfNotPresent
9090
resources: {}
9191
# CSI external-resizer container spec
9292
resizer:
9393
image:
94-
repository: k8s.gcr.io/sig-storage/csi-resizer
94+
repository: registry.k8s.io/sig-storage/csi-resizer
9595
tag: v1.3.0
9696
pullPolicy: IfNotPresent
9797
resources: {}

cluster/images/cinder-csi-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ARG DEBIAN_ARCH=amd64
1414
# We not using scratch because we need to keep the basic image information
1515
# from parent image
16-
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
16+
FROM registry.k8s.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
1717

1818
ARG ARCH=amd64
1919

cluster/images/cinder-csi-plugin/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DEBIAN_ARCH=amd64
2-
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
2+
FROM registry.k8s.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
33

44
ARG ARCH=amd64
55

docs/octavia-ingress-controller/using-octavia-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Ingress and enable the more secure HTTPS protocol.
388388
# Any image is permissible as long as:
389389
# 1. It serves a 404 page at /
390390
# 2. It serves 200 on a /healthz endpoint
391-
image: k8s.gcr.io/defaultbackend-amd64:1.5
391+
image: registry.k8s.io/defaultbackend-amd64:1.5
392392
ports:
393393
- containerPort: 8080
394394
---

manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccount: csi-cinder-controller-sa
2626
containers:
2727
- name: csi-attacher
28-
image: k8s.gcr.io/sig-storage/csi-attacher:v4.0.0
28+
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
2929
args:
3030
- "--csi-address=$(ADDRESS)"
3131
- "--timeout=3m"
@@ -39,7 +39,7 @@ spec:
3939
- name: socket-dir
4040
mountPath: /var/lib/csi/sockets/pluginproxy/
4141
- name: csi-provisioner
42-
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.3.0
42+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
4343
args:
4444
- "--csi-address=$(ADDRESS)"
4545
- "--timeout=3m"
@@ -55,7 +55,7 @@ spec:
5555
- name: socket-dir
5656
mountPath: /var/lib/csi/sockets/pluginproxy/
5757
- name: csi-snapshotter
58-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v6.1.0
58+
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
5959
args:
6060
- "--csi-address=$(ADDRESS)"
6161
- "--timeout=3m"
@@ -69,7 +69,7 @@ spec:
6969
- mountPath: /var/lib/csi/sockets/pluginproxy/
7070
name: socket-dir
7171
- name: csi-resizer
72-
image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0
72+
image: registry.k8s.io/sig-storage/csi-resizer:v1.4.0
7373
args:
7474
- "--csi-address=$(ADDRESS)"
7575
- "--timeout=3m"
@@ -83,7 +83,7 @@ spec:
8383
- name: socket-dir
8484
mountPath: /var/lib/csi/sockets/pluginproxy/
8585
- name: liveness-probe
86-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.8.0
86+
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
8787
args:
8888
- "--csi-address=$(ADDRESS)"
8989
env:

manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
hostNetwork: true
2222
containers:
2323
- name: node-driver-registrar
24-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.6.2
24+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.2
2525
args:
2626
- "--csi-address=$(ADDRESS)"
2727
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
@@ -41,7 +41,7 @@ spec:
4141
- name: registration-dir
4242
mountPath: /registration
4343
- name: liveness-probe
44-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.8.0
44+
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
4545
args:
4646
- --csi-address=/csi/csi.sock
4747
volumeMounts:

manifests/manila-csi-plugin/csi-controllerplugin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
serviceAccountName: openstack-manila-csi-controllerplugin
3737
containers:
3838
- name: provisioner
39-
image: "k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0"
39+
image: "registry.k8s.io/sig-storage/csi-provisioner:v3.0.0"
4040
args:
4141
- "--csi-address=$(ADDRESS)"
4242
# To enable topology awareness in csi-provisioner, uncomment the following line:
@@ -49,7 +49,7 @@ spec:
4949
- name: plugin-dir
5050
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
5151
- name: snapshotter
52-
image: "k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1"
52+
image: "registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1"
5353
args:
5454
- "--csi-address=$(ADDRESS)"
5555
env:
@@ -60,7 +60,7 @@ spec:
6060
- name: plugin-dir
6161
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
6262
- name: resizer
63-
image: "k8s.gcr.io/sig-storage/csi-resizer:v1.3.0"
63+
image: "registry.k8s.io/sig-storage/csi-resizer:v1.3.0"
6464
args:
6565
- "--csi-address=$(ADDRESS)"
6666
- "--handle-volume-inuse-error=false"

manifests/manila-csi-plugin/csi-nodeplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
dnsPolicy: ClusterFirstWithHostNet
2222
containers:
2323
- name: registrar
24-
image: "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.4.0"
24+
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.4.0"
2525
args:
2626
- "--csi-address=/csi/csi.sock"
2727
- "--kubelet-registration-path=/var/lib/kubelet/plugins/manila.csi.openstack.org/csi.sock"

0 commit comments

Comments
 (0)