Skip to content

Commit

Permalink
all images from gcr registry (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Mar 16, 2021
1 parent 99ff79f commit b0bfb29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/csi-driver-lvm/templates/csi-lvm-attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
serviceAccountName: csi-attacher
containers:
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v2.2.0
image: k8s.gcr.io/sig-storage/csi-attacher:v2.2.1
args:
- --v=5
- --csi-address=/csi/csi.sock
Expand Down
4 changes: 2 additions & 2 deletions helm/csi-driver-lvm/templates/csi-lvm-plugin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v1.3.0
imagePullPolicy: IfNotPresent
name: node-driver-registrar
resources: {}
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
- args:
- --csi-address=/csi/csi.sock
- --health-port=9898
image: quay.io/k8scsi/livenessprobe:v1.1.0
image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
imagePullPolicy: IfNotPresent
name: liveness-probe
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion helm/csi-driver-lvm/templates/csi-lvm-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
serviceAccountName: csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.6.0
image: k8s.gcr.io/sig-storage/csi-provisioner:v1.6.1
args:
- -v=5
- --csi-address=/csi/csi.sock
Expand Down
2 changes: 1 addition & 1 deletion helm/csi-driver-lvm/templates/csi-lvm-resizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
serviceAccountName: csi-resizer
containers:
- name: csi-resizer
image: quay.io/k8scsi/csi-resizer:v0.5.0
image: k8s.gcr.io/sig-storage/csi-resizer:v0.5.0
args:
- -v=5
- -csi-address=/csi/csi.sock
Expand Down

0 comments on commit b0bfb29

Please sign in to comment.