diff --git a/cinder/cinder-csi-controllerplugin.yaml b/cinder/cinder-csi-controllerplugin.yaml index 8b871d7..eca5f9c 100644 --- a/cinder/cinder-csi-controllerplugin.yaml +++ b/cinder/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.4.2 + image: registry.k8s.io/sig-storage/csi-attacher:v4.2.0 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.6.2 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.1 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.3.2 + image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1 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.9.2 + image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0 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.11.0 + image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0 args: - "--csi-address=$(ADDRESS)" env: @@ -93,7 +93,7 @@ spec: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir - name: cinder-csi-plugin - image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.31.0 + image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.3 args: - /bin/cinder-csi-plugin - "--endpoint=$(CSI_ENDPOINT)" diff --git a/cinder/cinder-csi-nodeplugin.yaml b/cinder/cinder-csi-nodeplugin.yaml index 53b2e49..812f4e6 100644 --- a/cinder/cinder-csi-nodeplugin.yaml +++ b/cinder/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.9.2 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.3 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.11.0 + image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0 args: - --csi-address=/csi/csi.sock volumeMounts: @@ -53,11 +53,10 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.31.0 + image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.3 args: - /bin/cinder-csi-plugin - "--endpoint=$(CSI_ENDPOINT)" - - "--provide-controller-service=false" - "--cloud-config=$(CLOUD_CONFIG)" - "--v=1" env: