Use sidecar which support cloning

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2019-06-27 17:18:31 +05:30 committed by mergify[bot]
parent 59d3365d3b
commit 027331c186
4 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ attacher:
image:
repository: quay.io/k8scsi/csi-attacher
tag: v1.1.1
tag: v1.2.0
pullPolicy: IfNotPresent
resources: {}
@ -70,7 +70,7 @@ provisioner:
image:
repository: quay.io/k8scsi/csi-provisioner
tag: v1.2.0
tag: v1.3.0
pullPolicy: IfNotPresent
resources: {}

View File

@ -31,7 +31,7 @@ spec:
serviceAccount: cephfs-csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.2.0
image: quay.io/k8scsi/csi-provisioner:v1.3.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
@ -43,7 +43,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-cephfsplugin-attacher
image: quay.io/k8scsi/csi-attacher:v1.1.1
image: quay.io/k8scsi/csi-attacher:v1.2.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"

View File

@ -27,7 +27,7 @@ attacher:
image:
repository: quay.io/k8scsi/csi-attacher
tag: v1.1.1
tag: v1.2.0
pullPolicy: IfNotPresent
resources: {}
@ -71,7 +71,7 @@ provisioner:
image:
repository: quay.io/k8scsi/csi-provisioner
tag: v1.2.0
tag: v1.3.0
pullPolicy: IfNotPresent
resources: {}

View File

@ -31,7 +31,7 @@ spec:
serviceAccount: rbd-csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.2.0
image: quay.io/k8scsi/csi-provisioner:v1.3.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
@ -58,7 +58,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.1.1
image: quay.io/k8scsi/csi-attacher:v1.2.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"