From 68bbd58045fe5b7b7f6128a9589bb907b3cc0994 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 16 Aug 2021 13:51:10 +0530 Subject: [PATCH] rebase: update sidecars to latest versions external-provisioner: v2.3.0 external-attacher: v3.3.0 external-snapshotter: v4.2.0 node-driver-registrar: v2.3.0 Signed-off-by: Humble Chirammal --- build.env | 8 ++++---- charts/ceph-csi-cephfs/values.yaml | 8 ++++---- charts/ceph-csi-rbd/values.yaml | 8 ++++---- .../cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml | 6 +++--- deploy/cephfs/kubernetes/csi-cephfsplugin.yaml | 2 +- deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml | 6 +++--- deploy/rbd/kubernetes/csi-rbdplugin.yaml | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/build.env b/build.env index 26e64bafa..98522367b 100644 --- a/build.env +++ b/build.env @@ -49,11 +49,11 @@ ROOK_VERSION=v1.6.2 ROOK_CEPH_CLUSTER_IMAGE=docker.io/ceph/ceph:v16 # CSI sidecar version -CSI_ATTACHER_VERSION=v3.2.1 -CSI_SNAPSHOTTER_VERSION=v4.1.1 -CSI_PROVISIONER_VERSION=v2.2.2 +CSI_ATTACHER_VERSION=v3.3.0 +CSI_SNAPSHOTTER_VERSION=v4.2.0 +CSI_PROVISIONER_VERSION=v3.0.0 CSI_RESIZER_VERSION=v1.2.0 -CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.2.0 +CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.3.0 # e2e settings # - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root diff --git a/charts/ceph-csi-cephfs/values.yaml b/charts/ceph-csi-cephfs/values.yaml index cd5806336..962bc6190 100644 --- a/charts/ceph-csi-cephfs/values.yaml +++ b/charts/ceph-csi-cephfs/values.yaml @@ -80,7 +80,7 @@ nodeplugin: registrar: image: repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar - tag: v2.2.0 + tag: v2.3.0 pullPolicy: IfNotPresent resources: {} @@ -161,7 +161,7 @@ provisioner: provisioner: image: repository: k8s.gcr.io/sig-storage/csi-provisioner - tag: v2.2.2 + tag: v3.0.0 pullPolicy: IfNotPresent resources: {} @@ -170,7 +170,7 @@ provisioner: enabled: true image: repository: k8s.gcr.io/sig-storage/csi-attacher - tag: v3.2.1 + tag: v3.3.0 pullPolicy: IfNotPresent resources: {} @@ -186,7 +186,7 @@ provisioner: snapshotter: image: repository: k8s.gcr.io/sig-storage/csi-snapshotter - tag: v4.1.1 + tag: v4.2.0 pullPolicy: IfNotPresent resources: {} diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index 19a6e134f..28fc9fd8a 100644 --- a/charts/ceph-csi-rbd/values.yaml +++ b/charts/ceph-csi-rbd/values.yaml @@ -102,7 +102,7 @@ nodeplugin: registrar: image: repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar - tag: v2.2.0 + tag: v2.3.0 pullPolicy: IfNotPresent resources: {} @@ -198,7 +198,7 @@ provisioner: provisioner: image: repository: k8s.gcr.io/sig-storage/csi-provisioner - tag: v2.2.2 + tag: v3.0.0 pullPolicy: IfNotPresent resources: {} @@ -207,7 +207,7 @@ provisioner: enabled: true image: repository: k8s.gcr.io/sig-storage/csi-attacher - tag: v3.2.1 + tag: v3.3.0 pullPolicy: IfNotPresent resources: {} @@ -223,7 +223,7 @@ provisioner: snapshotter: image: repository: k8s.gcr.io/sig-storage/csi-snapshotter - tag: v4.1.1 + tag: v4.2.0 pullPolicy: IfNotPresent resources: {} diff --git a/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml b/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml index 5b235401e..68cfdf88b 100644 --- a/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml +++ b/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml @@ -43,7 +43,7 @@ spec: priorityClassName: system-cluster-critical containers: - name: csi-provisioner - image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2 + image: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0 args: - "--csi-address=$(ADDRESS)" - "--v=5" @@ -76,7 +76,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-snapshotter - image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0 args: - "--csi-address=$(ADDRESS)" - "--v=5" @@ -92,7 +92,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-cephfsplugin-attacher - image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1 + image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" diff --git a/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml b/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml index 19961a1a3..e182beb38 100644 --- a/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml +++ b/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml @@ -25,7 +25,7 @@ spec: # created by privileged CSI driver container. securityContext: privileged: true - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 args: - "--v=5" - "--csi-address=/csi/csi.sock" diff --git a/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml b/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml index be93dc6ea..25980a214 100644 --- a/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml +++ b/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml @@ -47,7 +47,7 @@ spec: priorityClassName: system-cluster-critical containers: - name: csi-provisioner - image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2 + image: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0 args: - "--csi-address=$(ADDRESS)" - "--v=5" @@ -67,7 +67,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-snapshotter - image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0 args: - "--csi-address=$(ADDRESS)" - "--v=5" @@ -83,7 +83,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-attacher - image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1 + image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" diff --git a/deploy/rbd/kubernetes/csi-rbdplugin.yaml b/deploy/rbd/kubernetes/csi-rbdplugin.yaml index d99e2d4a3..9a424a7d6 100644 --- a/deploy/rbd/kubernetes/csi-rbdplugin.yaml +++ b/deploy/rbd/kubernetes/csi-rbdplugin.yaml @@ -28,7 +28,7 @@ spec: # created by privileged CSI driver container. securityContext: privileged: true - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 args: - "--v=5" - "--csi-address=/csi/csi.sock"