update kube-proxy to v1.21.0

Signed-off-by: Brian Downs <brian.downs@gmail.com>
pull/65/head
Brian Downs 2021-04-13 10:46:59 -07:00
parent 692ae53e5d
commit f75d23a263
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1
name: rke2-kube-proxy
description: Install Kube Proxy.
version: v1.20.5-build20210405
appVersion: v1.20.5
version: v1.21.0-build20210413
appVersion: v1.21.0
keywords:
- kube-proxy
sources:

View File

@ -3,7 +3,7 @@
# image for kubeproxy
image:
repository: rancher/hardened-kube-proxy
tag: v1.20.5-build20210405
tag: v1.21.0-build20210413
# 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)