Changing tags from latest to v0.1.0 for branch v0.1.0

This commit is contained in:
Serguei Bezverkhi
2018-02-10 09:18:36 -05:00
parent 18a4ce4439
commit 93027886ae
5 changed files with 12 additions and 7 deletions

View File

@ -66,7 +66,7 @@ spec:
serviceAccount: csi-attacher
containers:
- name: csi-attacher
image: docker.io/k8scsi/csi-attacher:latest
image: quay.io/k8scsi/csi-attacher:v0.1.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"

View File

@ -75,7 +75,7 @@ spec:
serviceAccount: csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:latest
image: quay.io/k8scsi/csi-provisioner:v0.1.0
args:
- "--provisioner=rbdplugin"
- "--csi-address=$(ADDRESS)"

View File

@ -61,7 +61,7 @@ spec:
hostNetwork: true
containers:
- name: driver-registrar
image: docker.io/k8scsi/driver-registrar:latest
image: quay.io/k8scsi/driver-registrar:v0.1.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
@ -81,7 +81,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: csi_images/rbdplugin:latest
image: quay.io/k8scsi/rbdplugin:v0.1.0
args :
- "--nodeid=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"