Update hardened images

pull/49/head
Erik Wilson 2021-02-24 12:53:23 -07:00
parent f6772641d1
commit e276402663
No known key found for this signature in database
GPG Key ID: 28E43BB8BE202CF8
6 changed files with 15 additions and 12 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
name: rke2-canal
description: Install Canal Network Plugin.
version: v3.13.3
version: v3.13.300-build20210223
appVersion: v3.13.3
home: https://www.projectcalico.org/
keywords:

View File

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

View File

@ -9,7 +9,8 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-coredns/charts-original/Chart.yam
+name: rke2-coredns
sources:
- https://github.com/coredns/coredns
version: 1.10.1
-version: 1.10.1
+version: 1.10.101-build20210223
diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-coredns/charts-original/templates/_helpers.tpl packages/rke2-coredns/charts/templates/_helpers.tpl
--- packages/rke2-coredns/charts-original/templates/_helpers.tpl
+++ packages/rke2-coredns/charts/templates/_helpers.tpl
@ -351,7 +352,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-coredns/charts-original/values.ya
- repository: coredns/coredns
- tag: "1.6.9"
+ repository: rancher/hardened-coredns
+ tag: "v1.6.9"
+ tag: "v1.6.9-build20210223"
pullPolicy: IfNotPresent
replicaCount: 1

View File

@ -1,8 +1,8 @@
apiVersion: v1
name: rke2-kube-proxy
description: Install Kube Proxy.
version: v1.18.16
appVersion: v1.18.16
version: v1.19.8
appVersion: v1.19.8
keywords:
- kube-proxy
sources:

View File

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

View File

@ -9,7 +9,8 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-metrics-server/charts-original/Ch
+name: rke2-metrics-server
sources:
- https://github.com/kubernetes-incubator/metrics-server
version: 2.11.1
-version: 2.11.1
+version: 2.11.100-build20210223
diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-metrics-server/charts-original/templates/_helpers.tpl packages/rke2-metrics-server/charts/templates/_helpers.tpl
--- packages/rke2-metrics-server/charts-original/templates/_helpers.tpl
+++ packages/rke2-metrics-server/charts/templates/_helpers.tpl
@ -45,8 +46,9 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-metrics-server/charts-original/va
image:
- repository: k8s.gcr.io/metrics-server-amd64
- tag: v0.3.6
+ repository: rancher/hardened-k8s-metrics-server
tag: v0.3.6
+ tag: v0.3.6-build20210223
pullPolicy: IfNotPresent
imagePullSecrets: []