Skip to content

Commit 7bcf447

Browse files
gman0lingxiankong
authored andcommitted
bumped sidecar versions in manifests
1 parent 0ba23e4 commit 7bcf447

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/manila-csi-plugin/csi-controllerplugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
serviceAccountName: openstack-manila-csi-controllerplugin
3737
containers:
3838
- name: provisioner
39-
image: "k8s.gcr.io/sig-storage/csi-provisioner:v2.0.2"
39+
image: "k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2"
4040
args:
4141
- "--csi-address=$(ADDRESS)"
4242
# To enable topology awareness in csi-provisioner, uncomment the following line:
@@ -49,7 +49,7 @@ spec:
4949
- name: plugin-dir
5050
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
5151
- name: snapshotter
52-
image: "k8s.gcr.io/sig-storage/csi-snapshotter:v2.1.3"
52+
image: "k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1"
5353
args:
5454
- "--csi-address=$(ADDRESS)"
5555
env:

manifests/manila-csi-plugin/csi-nodeplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
dnsPolicy: ClusterFirstWithHostNet
2222
containers:
2323
- name: registrar
24-
image: "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v1.3.0"
24+
image: "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0"
2525
args:
2626
- "--csi-address=/csi/csi.sock"
2727
- "--kubelet-registration-path=/var/lib/kubelet/plugins/manila.csi.openstack.org/csi.sock"

0 commit comments

Comments
 (0)