diff --git a/charts/manila-csi-plugin/Chart.yaml b/charts/manila-csi-plugin/Chart.yaml index 206129de23..35342c7e8c 100644 --- a/charts/manila-csi-plugin/Chart.yaml +++ b/charts/manila-csi-plugin/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: latest description: Manila CSI Chart for OpenStack name: openstack-manila-csi -version: 1.3.1 +version: 1.3.2 home: http://github.com/kubernetes/cloud-provider-openstack icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png maintainers: diff --git a/charts/manila-csi-plugin/templates/nodeplugin-daemonset.yaml b/charts/manila-csi-plugin/templates/nodeplugin-daemonset.yaml index d540c412d3..a5962874b3 100644 --- a/charts/manila-csi-plugin/templates/nodeplugin-daemonset.yaml +++ b/charts/manila-csi-plugin/templates/nodeplugin-daemonset.yaml @@ -33,14 +33,6 @@ spec: args: - "--csi-address=/csi/csi.sock" - "--kubelet-registration-path=/var/lib/kubelet/plugins/{{ printf "%s.%s" .protocolSelector $.Values.driverName | lower }}/csi.sock" - lifecycle: - preStop: - exec: - command: [ - "/bin/sh", "-c", - 'rm -rf /registration/{{ printf "%s.%s" .protocolSelector $.Values.driverName | lower }} - /registration/{{ printf "%s.%s" .protocolSelector $.Values.driverName | lower }}-reg.sock' - ] env: - name: KUBE_NODE_NAME valueFrom: diff --git a/charts/manila-csi-plugin/values.yaml b/charts/manila-csi-plugin/values.yaml index 1db39db028..ab3f478c52 100644 --- a/charts/manila-csi-plugin/values.yaml +++ b/charts/manila-csi-plugin/values.yaml @@ -54,7 +54,7 @@ nodeplugin: registrar: image: repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar - tag: v1.3.0 + tag: v2.2.0 pullPolicy: IfNotPresent resources: {} nodeSelector: {} @@ -74,14 +74,14 @@ controllerplugin: provisioner: image: repository: k8s.gcr.io/sig-storage/csi-provisioner - tag: v2.0.2 + tag: v2.2.2 pullPolicy: IfNotPresent resources: {} # CSI external-snapshotter container spec snapshotter: image: repository: k8s.gcr.io/sig-storage/csi-snapshotter - tag: v2.1.3 + tag: v4.1.1 pullPolicy: IfNotPresent resources: {} # CSI external-resizer container spec diff --git a/manifests/manila-csi-plugin/csi-controllerplugin.yaml b/manifests/manila-csi-plugin/csi-controllerplugin.yaml index b5d017e8d2..4218013f7b 100644 --- a/manifests/manila-csi-plugin/csi-controllerplugin.yaml +++ b/manifests/manila-csi-plugin/csi-controllerplugin.yaml @@ -36,7 +36,7 @@ spec: serviceAccountName: openstack-manila-csi-controllerplugin containers: - name: provisioner - image: "k8s.gcr.io/sig-storage/csi-provisioner:v2.0.2" + image: "k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" args: - "--csi-address=$(ADDRESS)" # To enable topology awareness in csi-provisioner, uncomment the following line: @@ -49,7 +49,7 @@ spec: - name: plugin-dir mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org - name: snapshotter - image: "k8s.gcr.io/sig-storage/csi-snapshotter:v2.1.3" + image: "k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" args: - "--csi-address=$(ADDRESS)" env: diff --git a/manifests/manila-csi-plugin/csi-nodeplugin.yaml b/manifests/manila-csi-plugin/csi-nodeplugin.yaml index 930437c600..b9606d0ded 100644 --- a/manifests/manila-csi-plugin/csi-nodeplugin.yaml +++ b/manifests/manila-csi-plugin/csi-nodeplugin.yaml @@ -21,7 +21,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: 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.2.0" args: - "--csi-address=/csi/csi.sock" - "--kubelet-registration-path=/var/lib/kubelet/plugins/manila.csi.openstack.org/csi.sock"