Merge pull request #77357 from dekkagaijin/md-proxy-bump

Bump metadata-proxy image to v0.1.12
This commit is contained in:
Kubernetes Prow Robot 2019-05-03 15:11:52 -07:00 committed by GitHub
commit dbad8f360c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ spec:
effect: "NoSchedule"
containers:
- name: metadata-proxy
image: k8s.gcr.io/metadata-proxy:v0.1.11
image: k8s.gcr.io/metadata-proxy:v0.1.12
securityContext:
privileged: true
# Request and limit resources to get guaranteed QoS.