Skip to content

Commit

Permalink
upgrade local-volume-provisioner to v2.3.2 (#696)
Browse files Browse the repository at this point in the history
Signed-off-by: yeya24 <yb532204897@gmail.com>
  • Loading branch information
yeya24 authored and weekface committed Aug 1, 2019
1 parent 6e5fd72 commit c67a901
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
pingcap.com/aws-local-ssd: "true"
serviceAccountName: local-storage-admin
containers:
- image: "quay.io/external_storage/local-volume-provisioner:v2.2.0"
- image: "quay.io/external_storage/local-volume-provisioner:v2.3.2"
name: provisioner
securityContext:
privileged: true
Expand All @@ -56,7 +56,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: JOB_CONTAINER_IMAGE
value: "quay.io/external_storage/local-volume-provisioner:v2.2.0"
value: "quay.io/external_storage/local-volume-provisioner:v2.3.2"
resources:
requests:
cpu: 100m
Expand Down
4 changes: 2 additions & 2 deletions manifests/gke/local-ssd-provision/local-ssd-provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
mount -U "$uuid" -t ext4 --target "$mnt_dir" --options 'rw,relatime,discard,nobarrier,data=ordered'
fi
containers:
- image: "quay.io/external_storage/local-volume-provisioner:v2.2.0"
- image: "quay.io/external_storage/local-volume-provisioner:v2.3.2"
name: provisioner
securityContext:
privileged: true
Expand All @@ -171,7 +171,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: JOB_CONTAINER_IMAGE
value: "quay.io/external_storage/local-volume-provisioner:v2.2.0"
value: "quay.io/external_storage/local-volume-provisioner:v2.3.2"
volumeMounts:
- mountPath: /etc/provisioner/config
name: provisioner-config
Expand Down
4 changes: 2 additions & 2 deletions manifests/local-dind/local-volume-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
serviceAccountName: local-storage-admin
containers:
- image: "quay.io/external_storage/local-volume-provisioner:v2.2.0"
- image: "quay.io/external_storage/local-volume-provisioner:v2.3.2"
name: provisioner
securityContext:
privileged: true
Expand All @@ -52,7 +52,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: JOB_CONTAINER_IMAGE
value: "quay.io/external_storage/local-volume-provisioner:v2.2.0"
value: "quay.io/external_storage/local-volume-provisioner:v2.3.2"
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit c67a901

Please sign in to comment.