Skip to content

Commit 300c88c

Browse files
committed
Bump network proxy images to v0.0.12
1 parent 89d5adc commit 300c88c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- key: "CriticalAddonsOnly"
2424
operator: "Exists"
2525
containers:
26-
- image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.9
26+
- image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.12
2727
name: konnectivity-agent
2828
command: ["/proxy-agent"]
2929
args: [

cluster/gce/manifests/konnectivity-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
hostNetwork: true
1414
containers:
1515
- name: konnectivity-server-container
16-
image: k8s.gcr.io/kas-network-proxy/proxy-server:v0.0.9
16+
image: k8s.gcr.io/kas-network-proxy/proxy-server:v0.0.12
1717
resources:
1818
requests:
1919
cpu: 25m

0 commit comments

Comments
 (0)