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

View File

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

View File

@ -2,7 +2,7 @@
# image for kubeproxy # image for kubeproxy
image: image:
repository: rancher/kube-proxy repository: rancher/hardened-kube-proxy
tag: v1.18.8 tag: v1.18.8
# The IP address for the proxy server to serve on # 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: image:
- repository: k8s.gcr.io/metrics-server-amd64 - repository: k8s.gcr.io/metrics-server-amd64
+ repository: rancher/k8s-metrics-server + repository: rancher/hardened-k8s-metrics-server
tag: v0.3.6 tag: v0.3.6
pullPolicy: IfNotPresent pullPolicy: IfNotPresent