From 4f6658d5e5c42599213780ad40e3435e982d454f Mon Sep 17 00:00:00 2001 From: "jie.li" Date: Sun, 17 Apr 2022 16:52:28 +0800 Subject: [PATCH] add deploy directory update about component image add image tag update Signed-off-by: jie.li --- deploy/05_cluster.yaml | 4 ++-- deploy/06_csi_controller.yaml | 6 +++--- deploy/07_scheduler.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/05_cluster.yaml b/deploy/05_cluster.yaml index 29ce9f38..1f154ad7 100644 --- a/deploy/05_cluster.yaml +++ b/deploy/05_cluster.yaml @@ -28,7 +28,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: registrar - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v1.1.0 + image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0 imagePullPolicy: IfNotPresent args: - "--v=5" @@ -49,7 +49,7 @@ spec: - name: registration-dir mountPath: /registration - name: member - image: ghcr.io/hwameistor/local-storage:v0.1.6 + image: ghcr.io/hwameistor/local-storage:v0.1.7 imagePullPolicy: IfNotPresent args: - --nodename=$(MY_NODENAME) diff --git a/deploy/06_csi_controller.yaml b/deploy/06_csi_controller.yaml index 8d23d1ef..3b7177a1 100644 --- a/deploy/06_csi_controller.yaml +++ b/deploy/06_csi_controller.yaml @@ -27,7 +27,7 @@ spec: serviceAccount: storage-admin containers: - name: provisioner - image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.3 + image: quay.io/k8scsi/csi-provisioner:v2.0.3 imagePullPolicy: "IfNotPresent" args: - "--v=5" @@ -42,7 +42,7 @@ spec: - name: socket-dir mountPath: /csi - name: attacher - image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.1 + image: quay.io/k8scsi/csi-attacher:v3.0.1 imagePullPolicy: IfNotPresent args: - "--v=5" @@ -56,7 +56,7 @@ spec: - name: socket-dir mountPath: /csi - name: resizer - image: k8s.gcr.io/sig-storage/csi-resizer:v1.0.1 + image: quay.io/k8scsi/csi-resizer:v1.0.1 imagePullPolicy: "IfNotPresent" args: - "--v=5" diff --git a/deploy/07_scheduler.yaml b/deploy/07_scheduler.yaml index 671b4dd1..68bc340b 100644 --- a/deploy/07_scheduler.yaml +++ b/deploy/07_scheduler.yaml @@ -55,7 +55,7 @@ spec: - --leader-elect-resource-name=hwameistor-scheduler - --config=/etc/hwameistor/scheduler-config.yaml - --leader-elect-resource-namespace=local-storage-system - image: ghcr.io/hwameistor/scheduler:v0.1.2 + image: ghcr.io/hwameistor/scheduler:v0.1.3 imagePullPolicy: IfNotPresent name: hwameistor-scheduler resources: