Skip to content

Commit

Permalink
fix(deploy): set fixed versions on external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paullaffitte committed Sep 22, 2020
1 parent 959e4ec commit cf53ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:canary
image: quay.io/k8scsi/csi-provisioner:v1.6.0
args:
- --csi-address=/csi/csi.sock
- --enable-leader-election
Expand All @@ -35,7 +35,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:canary
image: quay.io/k8scsi/csi-attacher:v3.0.0
args:
- --csi-address=/csi/csi.sock
- --leader-election
Expand Down

0 comments on commit cf53ffd

Please sign in to comment.