Snashotter update

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2019-08-19 10:16:22 +05:30
committed by mergify[bot]
parent 0a90762970
commit 0fc7f4513b
5 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"

View File

@ -48,7 +48,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v1.2.0
image: quay.io/k8scsi/csi-snapshotter:v1.2.1
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"

View File

@ -22,7 +22,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"

View File

@ -67,7 +67,7 @@ provisioner:
snapshotter:
image:
repository: quay.io/k8scsi/csi-snapshotter
tag: v1.2.0
tag: v1.2.1
pullPolicy: IfNotPresent
resources: {}