Upgrade ANP components to v0.0.20.

Pick up new metrics to help with debugging and monitoring.
Pick up GRPC keep alive on frontend tunnel.
Server now using apps/options.
This commit is contained in:
Walter Fender 2021-06-11 09:02:04 -07:00
parent 106f416873
commit 9f7d61c520
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ spec:
nodeSelector: nodeSelector:
kubernetes.io/os: linux kubernetes.io/os: linux
containers: containers:
- image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.19 - image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.20
name: konnectivity-agent name: konnectivity-agent
command: ["/proxy-agent"] command: ["/proxy-agent"]
args: [ args: [

View File

@ -20,7 +20,7 @@ spec:
{{ disallow_privilege_escalation}} {{ disallow_privilege_escalation}}
{{ capabilities }} {{ capabilities }}
{{ drop_capabilities }} {{ drop_capabilities }}
image: k8s.gcr.io/kas-network-proxy/proxy-server:v0.0.19 image: k8s.gcr.io/kas-network-proxy/proxy-server:v0.0.20
resources: resources:
requests: requests:
cpu: 25m cpu: 25m