Merge pull request #396 from humblec/v1.2.0-sidecar

Promote sidecars to latest available version tags.
This commit is contained in:
Humble Devassy Chirammal 2019-06-04 05:43:24 +05:30 committed by GitHub
commit 992c0817e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View File

@ -25,7 +25,7 @@ attacher:
image:
repository: quay.io/k8scsi/csi-attacher
tag: v1.0.1
tag: v1.1.1
pullPolicy: IfNotPresent
resources: {}
@ -42,7 +42,7 @@ nodeplugin:
registrar:
image:
repository: quay.io/k8scsi/csi-node-driver-registrar
tag: v1.0.2
tag: v1.1.0
pullPolicy: IfNotPresent
resources: {}
@ -69,7 +69,7 @@ provisioner:
image:
repository: quay.io/k8scsi/csi-provisioner
tag: v1.0.1
tag: v1.2.0
pullPolicy: IfNotPresent
resources: {}

View File

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

View File

@ -19,7 +19,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

@ -27,7 +27,7 @@ attacher:
image:
repository: quay.io/k8scsi/csi-attacher
tag: v1.0.1
tag: v1.1.1
pullPolicy: IfNotPresent
resources: {}
@ -44,7 +44,7 @@ nodeplugin:
registrar:
image:
repository: quay.io/k8scsi/csi-node-driver-registrar
tag: v1.0.2
tag: v1.1.0
pullPolicy: IfNotPresent
resources: {}
@ -71,7 +71,7 @@ provisioner:
image:
repository: quay.io/k8scsi/csi-provisioner
tag: v1.0.1
tag: v1.2.0
pullPolicy: IfNotPresent
resources: {}
@ -85,7 +85,7 @@ provisioner:
snapshotter:
image:
repository: quay.io/k8scsi/csi-snapshotter
tag: v1.0.1
tag: v1.1.0
pullPolicy: IfNotPresent
resources: {}

View File

@ -28,7 +28,7 @@ spec:
serviceAccount: rbd-csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.0.1
image: quay.io/k8scsi/csi-provisioner:v1.2.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
@ -40,7 +40,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v1.0.1
image: quay.io/k8scsi/csi-snapshotter:v1.1.0
args:
- "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s"
@ -55,7 +55,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.0.1
image: quay.io/k8scsi/csi-attacher:v1.1.1
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"