Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deploy/kubernetes/v1.13/ibm-block-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ spec:


- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.1.1 #TODO v1.1.1 is for k8s1.14+(with additional RBAC), while v1.0.1 is for k8s1.13+,
image: quay.io/k8scsi/csi-provisioner:v1.3.0
imagePullPolicy: "IfNotPresent"
args:
- --csi-address=$(ADDRESS)
Expand All @@ -313,7 +313,7 @@ spec:


- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.0.1 # TODO v1.1.1 is for k8s 1.14+(with additional RBAC), v1.0.1 is for k8s 1.13
image: quay.io/k8scsi/csi-attacher:v1.2.0
imagePullPolicy: "IfNotPresent"
args:
- --csi-address=$(ADDRESS)
Expand Down Expand Up @@ -428,7 +428,7 @@ spec:


- name: node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: "IfNotPresent"
args:
- --csi-address=$(ADDRESS)
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes/v1.14/ibm-block-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ spec:


- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.1.1 #TODO v1.1.1 is for k8s1.14+(with additional RBAC), while v1.0.1 is for k8s1.13+,
image: quay.io/k8scsi/csi-provisioner:v1.3.0
imagePullPolicy: "IfNotPresent"
args:
- --csi-address=$(ADDRESS)
Expand All @@ -308,7 +308,7 @@ spec:


- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.1.1 # TODO v1.1.1 is for k8s 1.14+(with additional RBAC), v1.0.1 is for k8s 1.13
image: quay.io/k8scsi/csi-attacher:v1.2.0
imagePullPolicy: "IfNotPresent"
args:
- --csi-address=$(ADDRESS)
Expand Down Expand Up @@ -424,7 +424,7 @@ spec:


- name: node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: "IfNotPresent"
args:
- --csi-address=$(ADDRESS)
Expand Down