Wong Hoi Sing Edison 2020-04-01 10:34:15 +08:00 committed by mergify[bot]
parent d67ad47c45
commit ebe5aa00cf
5 changed files with 5 additions and 5 deletions

View File

@ -97,7 +97,7 @@ nodeplugin:
registrar:
image:
repository: quay.io/k8scsi/csi-node-driver-registrar
tag: v1.2.0
tag: v1.3.0
pullPolicy: IfNotPresent
resources: {}

View File

@ -111,7 +111,7 @@ nodeplugin:
registrar:
image:
repository: quay.io/k8scsi/csi-node-driver-registrar
tag: v1.2.0
tag: v1.3.0
pullPolicy: IfNotPresent
resources: {}

View File

@ -24,7 +24,7 @@ spec:
# created by privileged CSI driver container.
securityContext:
privileged: true
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
image: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"

View File

@ -25,7 +25,7 @@ spec:
# created by privileged CSI driver container.
securityContext:
privileged: true
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
image: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"

View File

@ -136,7 +136,7 @@ k8s-sidecar)
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-attacher:v2.1.1 "${K8S_IMAGE_REPO}"/csi-attacher:v2.1.1
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-snapshotter:v1.2.2 $"${K8S_IMAGE_REPO}"/csi-snapshotter:v1.2.2
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-provisioner:v1.4.0 "${K8S_IMAGE_REPO}"/csi-provisioner:v1.4.0
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.2.0 "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.2.0
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.3.0 "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.3.0
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-resizer:v0.4.0 "${K8S_IMAGE_REPO}"/csi-resizer:v0.4.0
;;
clean)