mirror of https://git.rancher.io/rke2-charts
rke2-kube-proxy: v1.19.12 (#105)
Part of https://github.com/rancher/rke2/issues/1136 Signed-off-by: Jacob Blain Christen <jacob@rancher.com>pull/108/head
parent
109ab8307a
commit
8cc846489a
|
@ -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.19.11-build20210520
|
version: v1.19.12-build20210617
|
||||||
appVersion: v1.19.11
|
appVersion: v1.19.12
|
||||||
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.19.11-build20210520
|
tag: v1.19.12-build20210617
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: local
|
url: local
|
||||||
packageVersion: 06
|
packageVersion: 01
|
||||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue