Skip to content

Commit

Permalink
Merge pull request #70 from bertinatto/update_manifests
Browse files Browse the repository at this point in the history
Update manifests
  • Loading branch information
bertinatto authored Oct 18, 2018
2 parents 3188c64 + 6b998f5 commit 5ab2813
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.12+/attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-attacher:v0.4.0
image: quay.io/k8scsi/csi-attacher:v0.4.1
args:
- --v=5
- --csi-address=$(ADDRESS)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.12+/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
securityContext:
privileged: true
imagePullPolicy: Always
image: quay.io/k8scsi/driver-registrar:v0.4.0
image: quay.io/k8scsi/driver-registrar:v0.4.1
args:
- --v=5
- --csi-address=$(ADDRESS)
Expand Down
3 changes: 2 additions & 1 deletion deploy/kubernetes/v1.12+/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-provisioner:v0.4.0
image: quay.io/k8scsi/csi-provisioner:v0.4.1
args:
- --provisioner=com.amazon.aws.csi.ebs
- --csi-address=$(ADDRESS)
- --v=5
- --feature-gates=Topology=true
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.[10,11]/attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-attacher:v0.3.0
image: quay.io/k8scsi/csi-attacher:v0.4.1
args:
- --v=5
- --csi-address=$(ADDRESS)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.[10,11]/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
securityContext:
privileged: true
imagePullPolicy: Always
image: quay.io/k8scsi/driver-registrar:v0.3.0
image: quay.io/k8scsi/driver-registrar:v0.4.1
args:
- --v=5
- --csi-address=$(ADDRESS)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.[10,11]/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-provisioner:v0.3.0
image: quay.io/k8scsi/csi-provisioner:v0.4.1
args:
- --provisioner=com.amazon.aws.csi.ebs
- --csi-address=$(ADDRESS)
Expand Down

0 comments on commit 5ab2813

Please sign in to comment.