From d64cd51353b0620dacf2aea868e0b282bb92fded Mon Sep 17 00:00:00 2001 From: jichenjc Date: Thu, 23 Nov 2023 07:53:50 +0000 Subject: [PATCH] update CSI version --- charts/cinder-csi-plugin/Chart.yaml | 2 +- charts/cinder-csi-plugin/values.yaml | 12 ++++++------ .../cinder-csi-controllerplugin.yaml | 10 +++++----- .../cinder-csi-plugin/cinder-csi-nodeplugin.yaml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/cinder-csi-plugin/Chart.yaml b/charts/cinder-csi-plugin/Chart.yaml index a61cc625a3..58197cdeb0 100644 --- a/charts/cinder-csi-plugin/Chart.yaml +++ b/charts/cinder-csi-plugin/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v1.28.0 description: Cinder CSI Chart for OpenStack name: openstack-cinder-csi -version: 2.29.0-alpha.3 +version: 2.29.0-alpha.4 home: https://github.com/kubernetes/cloud-provider-openstack icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png maintainers: diff --git a/charts/cinder-csi-plugin/values.yaml b/charts/cinder-csi-plugin/values.yaml index 622f9c8f51..721f4a32a0 100644 --- a/charts/cinder-csi-plugin/values.yaml +++ b/charts/cinder-csi-plugin/values.yaml @@ -8,7 +8,7 @@ csi: attacher: image: repository: registry.k8s.io/sig-storage/csi-attacher - tag: v4.2.0 + tag: v4.4.2 pullPolicy: IfNotPresent resources: {} extraArgs: {} @@ -16,28 +16,28 @@ csi: topology: "true" image: repository: registry.k8s.io/sig-storage/csi-provisioner - tag: v3.4.1 + tag: v3.6.2 pullPolicy: IfNotPresent resources: {} extraArgs: {} snapshotter: image: repository: registry.k8s.io/sig-storage/csi-snapshotter - tag: v6.2.1 + tag: v6.3.2 pullPolicy: IfNotPresent resources: {} extraArgs: {} resizer: image: repository: registry.k8s.io/sig-storage/csi-resizer - tag: v1.8.0 + tag: v1.9.2 pullPolicy: IfNotPresent resources: {} extraArgs: {} livenessprobe: image: repository: registry.k8s.io/sig-storage/livenessprobe - tag: v2.9.0 + tag: v2.11.0 pullPolicy: IfNotPresent failureThreshold: 5 initialDelaySeconds: 10 @@ -48,7 +48,7 @@ csi: nodeDriverRegistrar: image: repository: registry.k8s.io/sig-storage/csi-node-driver-registrar - tag: v2.6.2 + tag: v2.9.2 pullPolicy: IfNotPresent resources: {} extraArgs: {} diff --git a/manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml b/manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml index 8dedfc90d3..accc4c4cbe 100644 --- a/manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml +++ b/manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml @@ -25,7 +25,7 @@ spec: serviceAccount: csi-cinder-controller-sa containers: - name: csi-attacher - image: registry.k8s.io/sig-storage/csi-attacher:v4.2.0 + image: registry.k8s.io/sig-storage/csi-attacher:v4.4.2 args: - "--csi-address=$(ADDRESS)" - "--timeout=3m" @@ -39,7 +39,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.1 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 args: - "--csi-address=$(ADDRESS)" - "--timeout=3m" @@ -55,7 +55,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-snapshotter - image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1 + image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2 args: - "--csi-address=$(ADDRESS)" - "--timeout=3m" @@ -69,7 +69,7 @@ spec: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir - name: csi-resizer - image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0 + image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2 args: - "--csi-address=$(ADDRESS)" - "--timeout=3m" @@ -83,7 +83,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: liveness-probe - image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0 + image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0 args: - "--csi-address=$(ADDRESS)" env: diff --git a/manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml b/manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml index 8e69f30462..4023298d4f 100644 --- a/manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml +++ b/manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml @@ -21,7 +21,7 @@ spec: hostNetwork: true containers: - name: node-driver-registrar - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.3 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2 args: - "--csi-address=$(ADDRESS)" - "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)" @@ -41,7 +41,7 @@ spec: - name: registration-dir mountPath: /registration - name: liveness-probe - image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0 + image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0 args: - --csi-address=/csi/csi.sock volumeMounts: