update csi images to gcr.io images

This commit is contained in:
CALIN Cristian Andrei
2021-09-13 21:46:54 +03:00
parent 6e864c36c5
commit 30d4700e0f

View File

@@ -147,7 +147,7 @@ spec:
capabilities: capabilities:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-provisioner:v2.1.2 image: gcr.io/k8s-staging-sig-storage/csi-provisioner:v3.0.0
args: args:
- --timeout=60s - --timeout=60s
- --csi-address=$(ADDRESS) - --csi-address=$(ADDRESS)
@@ -188,7 +188,7 @@ spec:
capabilities: capabilities:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-attacher:v3.1.0 image: gcr.io/k8s-staging-sig-storage/csi-attacher:v3.3.0
args: args:
- --v=1 - --v=1
- --csi-address=$(ADDRESS) - --csi-address=$(ADDRESS)
@@ -223,7 +223,7 @@ spec:
capabilities: capabilities:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-resizer:v1.1.0 image: gcr.io/k8s-staging-sig-storage/csi-resizer:v1.3.0
args: args:
- --v=1 - --v=1
- --csi-address=$(ADDRESS) - --csi-address=$(ADDRESS)