Change the CSI sidecar images from upstream repo to Longhorn repo

Longhorn-3258

Signed-off-by: Phan Le <phan.le@suse.com>
This commit is contained in:
Phan Le 2021-11-16 15:03:58 -08:00 committed by David Ko
parent 94c883e501
commit 7f5c7e05a5
2 changed files with 10 additions and 10 deletions

View File

@ -27,19 +27,19 @@ image:
tag: v2_20210820
csi:
attacher:
repository: k8s.gcr.io/sig-storage/csi-attacher
repository: longhornio/csi-attacher
tag: v3.2.1
provisioner:
repository: k8s.gcr.io/sig-storage/csi-provisioner
repository: longhornio/csi-provisioner
tag: v2.1.2
nodeDriverRegistrar:
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
repository: longhornio/csi-node-driver-registrar
tag: v2.3.0
resizer:
repository: k8s.gcr.io/sig-storage/csi-resizer
repository: longhornio/csi-resizer
tag: v1.2.0
snapshotter:
repository: k8s.gcr.io/sig-storage/csi-snapshotter
repository: longhornio/csi-snapshotter
tag: v3.0.3
pullPolicy: IfNotPresent

View File

@ -1,8 +1,8 @@
k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
k8s.gcr.io/sig-storage/csi-provisioner:v2.1.2
k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3
k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
longhornio/csi-attacher:v3.2.1
longhornio/csi-provisioner:v2.1.2
longhornio/csi-resizer:v1.2.0
longhornio/csi-snapshotter:v3.0.3
longhornio/csi-node-driver-registrar:v2.3.0
longhornio/backing-image-manager:v2_20210820
longhornio/longhorn-engine:v1.2.2
longhornio/longhorn-instance-manager:v1_20210731