Compare commits

...

2 commits

Author SHA1 Message Date
Micke Nordin 07da5b4f03
Upgrade manifests 2024-10-16 13:06:54 +02:00
Micke Nordin beaf615301
Upgrade manifests 2024-10-16 13:05:25 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ spec:
- mountPath: /var/lib/csi/sockets/pluginproxy/ - mountPath: /var/lib/csi/sockets/pluginproxy/
name: socket-dir name: socket-dir
- name: cinder-csi-plugin - name: cinder-csi-plugin
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.2 image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.3
args: args:
- /bin/cinder-csi-plugin - /bin/cinder-csi-plugin
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"

View file

@ -53,7 +53,7 @@ spec:
capabilities: capabilities:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.27.1 image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.3
args: args:
- /bin/cinder-csi-plugin - /bin/cinder-csi-plugin
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"