Merge pull request #19 from briandowns/issue-315

update repository names to point to new hardened repositories
pull/20/head
Brian Downs 2020-09-11 19:37:51 -07:00 committed by GitHub
commit 67ac7d9b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ podCidr: "10.42.0.0/16"
flannel:
# kube-flannel image
image:
repository: rancher/flannel
repository: rancher/hardened-flannel
tag: v0.13.0-rancher1-rc1
# The interface used by canal for host <-> host communication.
# If left blank, then the interface is chosen using the node's
@ -24,15 +24,15 @@ flannel:
calico:
# CNI installation image.
cniImage:
repository: rancher/calico
repository: rancher/hardened-calico
tag: v3.13.3
# Canal node image.
nodeImage:
repository: rancher/calico
repository: rancher/hardened-calico
tag: v3.13.3
# Flexvol Image.
flexvolImage:
repository: rancher/calico
repository: rancher/hardened-calico
tag: v3.13.3
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes

View File

@ -325,7 +325,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-coredns/charts-original/values.ya
image:
- repository: coredns/coredns
- tag: "1.6.9"
+ repository: rancher/coredns
+ repository: rancher/hardened-coredns
+ tag: "v1.6.9"
pullPolicy: IfNotPresent

View File

@ -2,7 +2,7 @@
# image for kubeproxy
image:
repository: rancher/kube-proxy
repository: rancher/hardened-kube-proxy
tag: v1.18.8
# The IP address for the proxy server to serve on

View File

@ -45,7 +45,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-metrics-server/charts-original/va
image:
- repository: k8s.gcr.io/metrics-server-amd64
+ repository: rancher/k8s-metrics-server
+ repository: rancher/hardened-k8s-metrics-server
tag: v0.3.6
pullPolicy: IfNotPresent