Skip to content

Commit a00c38c

Browse files
authored
general update: update csi external container version (#2196)
1 parent 7081cb4 commit a00c38c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.27.0-alpha.1
2+
appVersion: v1.27.0-alpha.2
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.27.0-alpha.1
5+
version: 2.27.0-alpha.2
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: 5 additions & 5 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.0.0
11+
tag: v4.2.0
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.0
19+
tag: v3.4.1
2020
pullPolicy: IfNotPresent
2121
resources: {}
2222
extraArgs: {}
2323
snapshotter:
2424
image:
2525
repository: registry.k8s.io/sig-storage/csi-snapshotter
26-
tag: v6.1.0
26+
tag: v6.2.1
2727
pullPolicy: IfNotPresent
2828
resources: {}
2929
extraArgs: {}
3030
resizer:
3131
image:
3232
repository: registry.k8s.io/sig-storage/csi-resizer
33-
tag: v1.6.0
33+
tag: v1.7.0
3434
pullPolicy: IfNotPresent
3535
resources: {}
3636
extraArgs: {}
3737
livenessprobe:
3838
image:
3939
repository: registry.k8s.io/sig-storage/livenessprobe
40-
tag: v2.8.0
40+
tag: v2.9.0
4141
pullPolicy: IfNotPresent
4242
failureThreshold: 5
4343
initialDelaySeconds: 10

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.0.0
28+
image: registry.k8s.io/sig-storage/csi-attacher:v4.2.0
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.3.0
42+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.1
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.1.0
58+
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
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.4.0
72+
image: registry.k8s.io/sig-storage/csi-resizer:v1.7.0
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.8.0
86+
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.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.2
24+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.3
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.8.0
44+
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
4545
args:
4646
- --csi-address=/csi/csi.sock
4747
volumeMounts:

0 commit comments

Comments
 (0)