Skip to content

Commit bceefa0

Browse files
authored
Update csi components (#974)
* Fix rbac, remove prestop hook * Update csi images
1 parent 3994374 commit bceefa0

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

charts/images.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7511,10 +7511,10 @@ imagesForVersion:
75117511
tag: v1.31.5
75127512
cinderCSIPlugin:
75137513
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/provider-os/cinder-csi-plugin
7514-
tag: v1.30.1
7514+
tag: v1.31.2
75157515
cloudControllerManager:
75167516
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/provider-os/openstack-cloud-controller-manager
7517-
tag: v1.30.1
7517+
tag: v1.31.2
75187518
cniPlugins:
75197519
repository: keppel.global.cloud.sap/ccloud/cni-plugins
75207520
tag: v1.1.1
@@ -7526,25 +7526,25 @@ imagesForVersion:
75267526
tag: 1.10.1
75277527
csiAttacher:
75287528
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/sig-storage/csi-attacher
7529-
tag: v4.4.2
7529+
tag: v4.7.0
75307530
csiLivenessProbe:
75317531
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/sig-storage/livenessprobe
7532-
tag: v2.11.0
7532+
tag: v2.14.0
75337533
csiNodeDriver:
75347534
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/sig-storage/csi-node-driver-registrar
7535-
tag: v2.9.2
7535+
tag: v2.12.0
75367536
csiProvisioner:
75377537
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/sig-storage/csi-provisioner
7538-
tag: v3.6.2
7538+
tag: v5.1.0
75397539
csiResizer:
75407540
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/sig-storage/csi-resizer
7541-
tag: v1.9.2
7541+
tag: v1.12.0
75427542
csiSnapshotController:
75437543
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/sig-storage/snapshot-controller
7544-
tag: v6.3.2
7544+
tag: v8.2.0
75457545
csiSnapshotter:
75467546
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/sig-storage/csi-snapshotter
7547-
tag: v6.3.2
7547+
tag: v8.2.0
75487548
dashboard:
75497549
repository: keppel.global.cloud.sap/ccloud-dockerhub-mirror/kubernetesui/dashboard
75507550
tag: v2.7.0

charts/seed/templates/csi.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rules:
9898
{{- if semverCompare ">= 1.23-0" .Capabilities.KubeVersion.Version }}
9999
- apiGroups: [""]
100100
resources: ["persistentvolumes"]
101-
verbs: ["get", "list", "watch", "create", "delete"]
101+
verbs: ["get", "list", "watch", "create", "delete", "patch"]
102102
- apiGroups: [""]
103103
resources: ["persistentvolumeclaims"]
104104
verbs: ["get", "list", "watch", "update"]
@@ -461,10 +461,6 @@ spec:
461461
requests:
462462
cpu: 25m
463463
memory: 96Mi
464-
lifecycle:
465-
preStop:
466-
exec:
467-
command: ["/bin/sh", "-c", "rm -rf /registration/cinder.csi.openstack.org /registration/cinder.csi.openstack.org-reg.sock"]
468464
env:
469465
- name: ADDRESS
470466
value: /csi/csi.sock

0 commit comments

Comments
 (0)