Skip to content

Commit

Permalink
Update registry k8s.gcr.io -> registry.k8s.io (#2103)
Browse files Browse the repository at this point in the history
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
Co-authored-by: Jesse Haka <haka.jesse@gmail.com>
  • Loading branch information
ArkaSaha30 and zetaab committed Feb 22, 2023
1 parent bd05a95 commit 847eadd
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions charts/cinder-csi-plugin/values.yaml
Expand Up @@ -7,32 +7,32 @@ timeout: 3m
csi:
attacher:
image:
repository: k8s.gcr.io/sig-storage/csi-attacher
repository: registry.k8s.io/sig-storage/csi-attacher
tag: v4.0.0
pullPolicy: IfNotPresent
resources: {}
provisioner:
topology: "true"
image:
repository: k8s.gcr.io/sig-storage/csi-provisioner
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v3.4.0
pullPolicy: IfNotPresent
resources: {}
snapshotter:
image:
repository: k8s.gcr.io/sig-storage/csi-snapshotter
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v6.1.0
pullPolicy: IfNotPresent
resources: {}
resizer:
image:
repository: k8s.gcr.io/sig-storage/csi-resizer
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.6.0
pullPolicy: IfNotPresent
resources: {}
livenessprobe:
image:
repository: k8s.gcr.io/sig-storage/livenessprobe
repository: registry.k8s.io/sig-storage/livenessprobe
tag: v2.8.0
pullPolicy: IfNotPresent
failureThreshold: 5
Expand All @@ -42,7 +42,7 @@ csi:
resources: {}
nodeDriverRegistrar:
image:
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.6.2
pullPolicy: IfNotPresent
resources: {}
Expand Down
8 changes: 4 additions & 4 deletions charts/manila-csi-plugin/values.yaml
Expand Up @@ -55,7 +55,7 @@ nodeplugin:
# csi-node-driver-registrar
registrar:
image:
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.4.0
pullPolicy: IfNotPresent
resources: {}
Expand All @@ -75,7 +75,7 @@ controllerplugin:
# CSI external-provisioner container spec
provisioner:
image:
repository: k8s.gcr.io/sig-storage/csi-provisioner
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v3.0.0
pullPolicy: IfNotPresent
resources: {}
Expand All @@ -84,14 +84,14 @@ controllerplugin:
# CSI external-snapshotter container spec
snapshotter:
image:
repository: k8s.gcr.io/sig-storage/csi-snapshotter
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v5.0.1
pullPolicy: IfNotPresent
resources: {}
# CSI external-resizer container spec
resizer:
image:
repository: k8s.gcr.io/sig-storage/csi-resizer
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.3.0
pullPolicy: IfNotPresent
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion cluster/images/cinder-csi-plugin/Dockerfile
Expand Up @@ -13,7 +13,7 @@
ARG DEBIAN_ARCH=amd64
# We not using scratch because we need to keep the basic image information
# from parent image
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
FROM registry.k8s.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2

ARG ARCH=amd64

Expand Down
2 changes: 1 addition & 1 deletion cluster/images/cinder-csi-plugin/Dockerfile.build
@@ -1,5 +1,5 @@
ARG DEBIAN_ARCH=amd64
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
FROM registry.k8s.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2

ARG ARCH=amd64

Expand Down
Expand Up @@ -388,7 +388,7 @@ Ingress and enable the more secure HTTPS protocol.
# Any image is permissible as long as:
# 1. It serves a 404 page at /
# 2. It serves 200 on a /healthz endpoint
image: k8s.gcr.io/defaultbackend-amd64:1.5
image: registry.k8s.io/defaultbackend-amd64:1.5
ports:
- containerPort: 8080
---
Expand Down
10 changes: 5 additions & 5 deletions manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccount: csi-cinder-controller-sa
containers:
- name: csi-attacher
image: k8s.gcr.io/sig-storage/csi-attacher:v4.0.0
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -39,7 +39,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-provisioner
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.3.0
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -55,7 +55,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-snapshotter
image: k8s.gcr.io/sig-storage/csi-snapshotter:v6.1.0
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -69,7 +69,7 @@ spec:
- mountPath: /var/lib/csi/sockets/pluginproxy/
name: socket-dir
- name: csi-resizer
image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0
image: registry.k8s.io/sig-storage/csi-resizer:v1.4.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -83,7 +83,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: liveness-probe
image: k8s.gcr.io/sig-storage/livenessprobe:v2.8.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
args:
- "--csi-address=$(ADDRESS)"
env:
Expand Down
4 changes: 2 additions & 2 deletions manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
Expand Up @@ -21,7 +21,7 @@ spec:
hostNetwork: true
containers:
- name: node-driver-registrar
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.6.2
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.2
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand All @@ -41,7 +41,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: liveness-probe
image: k8s.gcr.io/sig-storage/livenessprobe:v2.8.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
args:
- --csi-address=/csi/csi.sock
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions manifests/manila-csi-plugin/csi-controllerplugin.yaml
Expand Up @@ -36,7 +36,7 @@ spec:
serviceAccountName: openstack-manila-csi-controllerplugin
containers:
- name: provisioner
image: "k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0"
image: "registry.k8s.io/sig-storage/csi-provisioner:v3.0.0"
args:
- "--csi-address=$(ADDRESS)"
# To enable topology awareness in csi-provisioner, uncomment the following line:
Expand All @@ -49,7 +49,7 @@ spec:
- name: plugin-dir
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
- name: snapshotter
image: "k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1"
image: "registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1"
args:
- "--csi-address=$(ADDRESS)"
env:
Expand All @@ -60,7 +60,7 @@ spec:
- name: plugin-dir
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
- name: resizer
image: "k8s.gcr.io/sig-storage/csi-resizer:v1.3.0"
image: "registry.k8s.io/sig-storage/csi-resizer:v1.3.0"
args:
- "--csi-address=$(ADDRESS)"
- "--handle-volume-inuse-error=false"
Expand Down
2 changes: 1 addition & 1 deletion manifests/manila-csi-plugin/csi-nodeplugin.yaml
Expand Up @@ -21,7 +21,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: registrar
image: "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.4.0"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.4.0"
args:
- "--csi-address=/csi/csi.sock"
- "--kubelet-registration-path=/var/lib/kubelet/plugins/manila.csi.openstack.org/csi.sock"
Expand Down

0 comments on commit 847eadd

Please sign in to comment.