diff --git a/charts/cinder-csi-plugin/Chart.yaml b/charts/cinder-csi-plugin/Chart.yaml index 80c1ce286a..0a9999150e 100644 --- a/charts/cinder-csi-plugin/Chart.yaml +++ b/charts/cinder-csi-plugin/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: latest description: Cinder CSI Chart for OpenStack name: openstack-cinder-csi -version: 1.4.3 +version: 1.4.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 4575e05c2f..464cd6d4e7 100644 --- a/charts/cinder-csi-plugin/values.yaml +++ b/charts/cinder-csi-plugin/values.yaml @@ -13,13 +13,13 @@ csi: topology: "true" image: repository: k8s.gcr.io/sig-storage/csi-provisioner - tag: v2.1.1 + tag: v2.2.0 pullPolicy: IfNotPresent resources: {} snapshotter: image: repository: k8s.gcr.io/sig-storage/csi-snapshotter - tag: v2.1.3 + tag: v4.0.0 pullPolicy: IfNotPresent resources: {} resizer: @@ -31,7 +31,7 @@ csi: livenessprobe: image: repository: k8s.gcr.io/sig-storage/livenessprobe - tag: v2.1.0 + tag: v2.2.0 pullPolicy: IfNotPresent failureThreshold: 5 initialDelaySeconds: 10 @@ -41,7 +41,7 @@ csi: nodeDriverRegistrar: image: repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar - tag: v1.3.0 + tag: v2.1.0 pullPolicy: IfNotPresent resources: {} plugin: @@ -73,7 +73,7 @@ csi: enabled: false image: repository: k8s.gcr.io/sig-storage/snapshot-controller - tag: v2.1.3 + tag: v4.0.0 resources: {} affinity: {} nodeSelector: {} diff --git a/manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml b/manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml index 78e2e15739..51dfde8c92 100644 --- a/manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml +++ b/manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml @@ -48,7 +48,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-provisioner - image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.1 + image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.0 args: - "--csi-address=$(ADDRESS)" - "--timeout=3m" @@ -63,10 +63,11 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-snapshotter - image: k8s.gcr.io/sig-storage/csi-snapshotter:v2.1.3 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.0.0 args: - "--csi-address=$(ADDRESS)" - "--timeout=3m" + - "--extra-create-metadata" env: - name: ADDRESS value: /var/lib/csi/sockets/pluginproxy/csi.sock @@ -88,7 +89,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: liveness-probe - image: k8s.gcr.io/sig-storage/livenessprobe:v2.1.0 + image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.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 9a60af6750..06f6973e7c 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: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v1.3.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.1.0 args: - "--csi-address=$(ADDRESS)" - "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)" @@ -45,7 +45,7 @@ spec: - name: registration-dir mountPath: /registration - name: liveness-probe - image: k8s.gcr.io/sig-storage/livenessprobe:v2.1.0 + image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0 args: - --csi-address=/csi/csi.sock volumeMounts: