From 45ae1c56e444476d775d1a6122ff4be81c8a9c3e Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Sun, 2 Jun 2019 15:01:34 +0530 Subject: [PATCH] Promote sidecars to latest available version tags. Signed-off-by: Humble Chirammal --- deploy/cephfs/helm/values.yaml | 6 +++--- .../cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml | 4 ++-- deploy/cephfs/kubernetes/csi-cephfsplugin.yaml | 2 +- deploy/rbd/helm/values.yaml | 8 ++++---- deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/deploy/cephfs/helm/values.yaml b/deploy/cephfs/helm/values.yaml index e631f4d2a..f11e33321 100644 --- a/deploy/cephfs/helm/values.yaml +++ b/deploy/cephfs/helm/values.yaml @@ -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: {} diff --git a/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml b/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml index 9ba6bb9fc..199a3e668 100644 --- a/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml +++ b/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml @@ -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)" diff --git a/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml b/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml index a0bb82c7d..6361c494a 100644 --- a/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml +++ b/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml @@ -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" diff --git a/deploy/rbd/helm/values.yaml b/deploy/rbd/helm/values.yaml index 1c01752f9..f7c5b33ff 100644 --- a/deploy/rbd/helm/values.yaml +++ b/deploy/rbd/helm/values.yaml @@ -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: {} diff --git a/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml b/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml index 8316025f3..782b2a99f 100644 --- a/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml +++ b/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml @@ -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)"