Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit e953a08

Browse files
committed
Fix image name/tag.
```release-note Updated the image name and bumped csi-node-driver-registrar to 1.1.0 ```
1 parent 144ad71 commit e953a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/image/csi-image-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
hostNetwork: true
1515
containers:
1616
- name: node-driver-registrar
17-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
17+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
1818
imagePullPolicy: IfNotPresent
1919
lifecycle:
2020
preStop:
@@ -37,7 +37,7 @@ spec:
3737
name: registration-dir
3838

3939
- name: image
40-
image: quay.io/k8scsi/imageplugin:canary
40+
image: quay.io/k8scsi/imagepopulatorplugin:canary
4141
args:
4242
- "--v=5"
4343
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)