Skip to content

Commit

Permalink
Merge pull request #93 from angel0507/imagefix
Browse files Browse the repository at this point in the history
add deploy directory update about component image
  • Loading branch information
angel0507 authored Apr 17, 2022
2 parents acc8705 + 4f6658d commit 345ae39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/05_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions deploy/06_csi_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion deploy/07_scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 345ae39

Please sign in to comment.