mirror of https://git.rancher.io/rke2-charts
[release-1.20] Do not quote kube-proxy config values of type bool (#94)
* Set chart versions for 1.20 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/96/head
parent
55c01195e9
commit
2ddcaca3b8
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
name: rke2-kube-proxy
|
||||
description: Install Kube Proxy.
|
||||
version: v1.19.11-build20210520
|
||||
appVersion: v1.19.11
|
||||
version: v1.20.7-build20210520
|
||||
appVersion: v1.20.7
|
||||
keywords:
|
||||
- kube-proxy
|
||||
sources:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# image for kubeproxy
|
||||
image:
|
||||
repository: rancher/hardened-kube-proxy
|
||||
tag: v1.19.11-build20210520
|
||||
tag: v1.20.7-build20210520
|
||||
|
||||
# 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)
|
||||
|
|
Loading…
Reference in New Issue