Skip to content

Commit 6f880cc

Browse files
vdemeestertekton-robot
authored andcommitted
tests: pdate csi-node-driver-registrar image reference
Seems like the quay.io image is either gone, or at least sometimes gone. The repository for this is https://github.com/kubernetes-csi/node-driver-registrar, the image referenced there is from k8s.gcr.io, so let's use it. Signed-off-by: Vincent Demeester <[email protected]>
1 parent 4668a1b commit 6f880cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testdata/spire/spire-agent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ spec:
147147
# of all the little details required to register a CSI driver with
148148
# the kubelet.
149149
- name: node-driver-registrar
150-
image: quay.io/k8scsi/csi-node-driver-registrar:v2.0.1
150+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
151151
imagePullPolicy: IfNotPresent
152152
args: [
153153
"-csi-address", "/spiffe-csi/csi.sock",
@@ -201,4 +201,4 @@ spec:
201201
- name: kubelet-plugin-registration-dir
202202
hostPath:
203203
path: /var/lib/kubelet/plugins_registry
204-
type: Directory
204+
type: Directory

0 commit comments

Comments
 (0)