Skip to content

Commit ee06cc1

Browse files
authored
Merge pull request kubernetes#2478 from jichenjc/update_csi_version_2
[cinder-csi-plugin] update CSI version
2 parents 0f14a30 + d64cd51 commit ee06cc1

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: v1.28.0
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.29.0-alpha.3
5+
version: 2.29.0-alpha.4
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/cinder-csi-plugin/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,36 @@ csi:
88
attacher:
99
image:
1010
repository: registry.k8s.io/sig-storage/csi-attacher
11-
tag: v4.2.0
11+
tag: v4.4.2
1212
pullPolicy: IfNotPresent
1313
resources: {}
1414
extraArgs: {}
1515
provisioner:
1616
topology: "true"
1717
image:
1818
repository: registry.k8s.io/sig-storage/csi-provisioner
19-
tag: v3.4.1
19+
tag: v3.6.2
2020
pullPolicy: IfNotPresent
2121
resources: {}
2222
extraArgs: {}
2323
snapshotter:
2424
image:
2525
repository: registry.k8s.io/sig-storage/csi-snapshotter
26-
tag: v6.2.1
26+
tag: v6.3.2
2727
pullPolicy: IfNotPresent
2828
resources: {}
2929
extraArgs: {}
3030
resizer:
3131
image:
3232
repository: registry.k8s.io/sig-storage/csi-resizer
33-
tag: v1.8.0
33+
tag: v1.9.2
3434
pullPolicy: IfNotPresent
3535
resources: {}
3636
extraArgs: {}
3737
livenessprobe:
3838
image:
3939
repository: registry.k8s.io/sig-storage/livenessprobe
40-
tag: v2.9.0
40+
tag: v2.11.0
4141
pullPolicy: IfNotPresent
4242
failureThreshold: 5
4343
initialDelaySeconds: 10
@@ -48,7 +48,7 @@ csi:
4848
nodeDriverRegistrar:
4949
image:
5050
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
51-
tag: v2.6.2
51+
tag: v2.9.2
5252
pullPolicy: IfNotPresent
5353
resources: {}
5454
extraArgs: {}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccount: csi-cinder-controller-sa
2626
containers:
2727
- name: csi-attacher
28-
image: registry.k8s.io/sig-storage/csi-attacher:v4.2.0
28+
image: registry.k8s.io/sig-storage/csi-attacher:v4.4.2
2929
args:
3030
- "--csi-address=$(ADDRESS)"
3131
- "--timeout=3m"
@@ -39,7 +39,7 @@ spec:
3939
- name: socket-dir
4040
mountPath: /var/lib/csi/sockets/pluginproxy/
4141
- name: csi-provisioner
42-
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.1
42+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
4343
args:
4444
- "--csi-address=$(ADDRESS)"
4545
- "--timeout=3m"
@@ -55,7 +55,7 @@ spec:
5555
- name: socket-dir
5656
mountPath: /var/lib/csi/sockets/pluginproxy/
5757
- name: csi-snapshotter
58-
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
58+
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
5959
args:
6060
- "--csi-address=$(ADDRESS)"
6161
- "--timeout=3m"
@@ -69,7 +69,7 @@ spec:
6969
- mountPath: /var/lib/csi/sockets/pluginproxy/
7070
name: socket-dir
7171
- name: csi-resizer
72-
image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0
72+
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
7373
args:
7474
- "--csi-address=$(ADDRESS)"
7575
- "--timeout=3m"
@@ -83,7 +83,7 @@ spec:
8383
- name: socket-dir
8484
mountPath: /var/lib/csi/sockets/pluginproxy/
8585
- name: liveness-probe
86-
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
86+
image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0
8787
args:
8888
- "--csi-address=$(ADDRESS)"
8989
env:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
hostNetwork: true
2222
containers:
2323
- name: node-driver-registrar
24-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.3
24+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2
2525
args:
2626
- "--csi-address=$(ADDRESS)"
2727
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
@@ -41,7 +41,7 @@ spec:
4141
- name: registration-dir
4242
mountPath: /registration
4343
- name: liveness-probe
44-
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
44+
image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0
4545
args:
4646
- --csi-address=/csi/csi.sock
4747
volumeMounts:

0 commit comments

Comments
 (0)