mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
deploy: use release repository for csi-resizer
The image is now available in the release repository and can be fetched from there instead of the staging repository. Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
This commit is contained in:
committed by
mergify[bot]
parent
51faa2ad7f
commit
b25a02e0df
@ -99,7 +99,7 @@ spec:
|
||||
- name: socket-dir
|
||||
mountPath: /csi
|
||||
- name: csi-resizer
|
||||
image: gcr.io/k8s-staging-sig-storage/csi-resizer:v1.9.2
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
|
||||
args:
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
- "--v=1"
|
||||
|
Reference in New Issue
Block a user