deploy: use resizer canary image

use resizer canary image to as it
might contain fix for pvc resize
with kubernetes 1.28

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2023-08-24 12:16:22 +02:00
committed by mergify[bot]
parent 2d94b4ccb2
commit ff030f12e1
5 changed files with 7 additions and 7 deletions

View File

@ -99,7 +99,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0
image: gcr.io/k8s-staging-sig-storage/csi-resizer:canary
args:
- "--csi-address=$(ADDRESS)"
- "--v=1"