mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-03-27 03:13:06 +00:00
update csi images to gcr.io images
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user