Skip to content

Commit

Permalink
Bump GCE PD CSI Driver testing manifests to v0.5.2-gke.0 for volume l…
Browse files Browse the repository at this point in the history
…imits fix
  • Loading branch information
davidz627 committed Aug 5, 2019
1 parent 785bbab commit 6d6faff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: gce-pd-driver
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.5.1-gke.0
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.5.2-gke.0
args:
- "--v=5"
- "--endpoint=unix:/csi/csi.sock"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/testing-manifests/storage-csi/gce-pd/node_ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: gce-pd-driver
securityContext:
privileged: true
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.5.1-gke.0
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.5.2-gke.0
args:
- "--v=5"
- "--endpoint=unix:/csi/csi.sock"
Expand Down

0 comments on commit 6d6faff

Please sign in to comment.