Merge pull request #18 from briandowns/issue-255

update kube-proxy to 1.18.8
pull/19/head
Brian Downs 2020-09-10 11:05:49 -07:00 committed by GitHub
commit 9e88b70f8d
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
name: rke2-kube-proxy
description: Install Kube Proxy.
version: v1.18.4
appVersion: v1.18.4
version: v1.18.8
appVersion: v1.18.8
keywords:
- kube-proxy
sources:

View File

@ -3,7 +3,7 @@
# image for kubeproxy
image:
repository: rancher/kube-proxy
tag: v1.18.4
tag: v1.18.8
# 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)