update kube-proxy for v1.21.12-rke2r1 (#243)

pull/244/head
Nikolai Shields 2022-04-20 12:54:06 -05:00 committed by GitHub
parent a844a1c271
commit afb5d2e0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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.21.11-rke2r1-build20220316 version: v1.21.12-rke2r1-build20220420
appVersion: v1.21.10-rke2r1 appVersion: v1.21.12-rke2r1
keywords: keywords:
- kube-proxy - kube-proxy
sources: sources:

View File

@ -3,7 +3,7 @@
# image for kubeproxy # image for kubeproxy
image: image:
repository: rancher/hardened-kubernetes repository: rancher/hardened-kubernetes
tag: v1.21.11-rke2r1-build20220316 tag: v1.21.12-rke2r1-build20220420
# 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)