Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 0ec7d71

Browse files
committed
Update refs from k8s.gcr.io to registry.k8s.io
1 parent 906e190 commit 0ec7d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
type: DirectoryOrCreate
7272
containers:
7373
- name: node-driver-registrar
74-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
74+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.0.1
7575
args:
7676
- "--v=5"
7777
- "--csi-address=/csi/csi.sock"
@@ -149,7 +149,7 @@ spec:
149149
volumeMounts:
150150
- mountPath: /csi
151151
name: socket-dir
152-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
152+
image: registry.k8s.io/sig-storage/livenessprobe:v2.2.0
153153
args:
154154
- --csi-address=/csi/csi.sock
155155
- --health-port=9898

0 commit comments

Comments
 (0)