mirror of https://git.rancher.io/rke2-charts
Merge pull request #67 from Oats87/issues/rke2/842
Change rke2-kube-proxy to v1.18.18-build20210419pull/68/head
commit
12a5661c37
|
@ -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.18-build20210419
|
version: v1.19.10-build20210419
|
||||||
appVersion: v1.18.18
|
appVersion: v1.19.10
|
||||||
keywords:
|
keywords:
|
||||||
- kube-proxy
|
- kube-proxy
|
||||||
sources:
|
sources:
|
||||||
|
|
|
@ -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.18-build20210419
|
tag: v1.19.10-build20210419
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
Loading…
Reference in New Issue