kube-proxy v1.18.10

Bump kube-proxy to v1.18.10 for rancher/rke2#484

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/28/head
Brad Davidson 2020-10-15 14:08:07 -07:00 committed by Brad Davidson
parent a5cf4ff992
commit 5c9a8f08b3
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
name: rke2-kube-proxy name: rke2-kube-proxy
description: Install Kube Proxy. description: Install Kube Proxy.
version: v1.18.9 version: v1.18.10
appVersion: v1.18.9 appVersion: v1.18.10
keywords: keywords:
- kube-proxy - kube-proxy
sources: sources:

View File

@ -3,7 +3,7 @@
# image for kubeproxy # image for kubeproxy
image: image:
repository: rancher/hardened-kube-proxy repository: rancher/hardened-kube-proxy
tag: v1.18.9 tag: v1.18.10
# The IP address for the proxy server to serve on # The IP address for the proxy server to serve on
# (set to '0.0.0.0' for all IPv4 interfaces and '::' for all IPv6 interfaces) # (set to '0.0.0.0' for all IPv4 interfaces and '::' for all IPv6 interfaces)