mirror of https://git.rancher.io/rke2-charts
Use kubernetes image instead of kube-proxy image (#119)
parent
b1cef5cf94
commit
f117ffb5b0
|
@ -2,8 +2,8 @@
|
|||
|
||||
# image for kubeproxy
|
||||
image:
|
||||
repository: rancher/hardened-kube-proxy
|
||||
tag: v1.19.13-build20210716
|
||||
repository: rancher/hardened-kubernetes
|
||||
tag: v1.19.13-rke2r2-build20210716
|
||||
|
||||
# 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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: local
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||
releaseCandidateVersion: 00
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
# image for kubeproxy
|
||||
image:
|
||||
repository: rancher/hardened-kube-proxy
|
||||
tag: v1.20.9-build20210716
|
||||
repository: rancher/hardened-kubernetes
|
||||
tag: v1.20.9-rke2r2-build20210716
|
||||
|
||||
# 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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: local
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||
releaseCandidateVersion: 00
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
# image for kubeproxy
|
||||
image:
|
||||
repository: rancher/hardened-kube-proxy
|
||||
tag: v1.21.3-build20210716
|
||||
repository: rancher/hardened-kubernetes
|
||||
tag: v1.21.3-rke2r5-build20210716
|
||||
|
||||
# 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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: local
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||
releaseCandidateVersion: 00
|
||||
|
|
Loading…
Reference in New Issue