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 apiVersion: v1
name: rke2-canal name: rke2-canal
description: Install Canal Network Plugin. description: Install Canal Network Plugin.
version: v3.13.3 version: v3.13.300-build20210223
appVersion: v3.13.3 appVersion: v3.13.3
home: https://www.projectcalico.org/ home: https://www.projectcalico.org/
keywords: keywords:

View File

@ -8,7 +8,7 @@ flannel:
# kube-flannel image # kube-flannel image
image: image:
repository: rancher/hardened-flannel repository: rancher/hardened-flannel
tag: v0.13.0-rancher1 tag: v0.13.0-rancher1-build20210223
# 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
# default route. # default route.
@ -25,15 +25,15 @@ calico:
# CNI installation image. # CNI installation image.
cniImage: cniImage:
repository: rancher/hardened-calico repository: rancher/hardened-calico
tag: v3.13.3 tag: v3.13.3-build20210223
# Canal node image. # Canal node image.
nodeImage: nodeImage:
repository: rancher/hardened-calico repository: rancher/hardened-calico
tag: v3.13.3 tag: v3.13.3-build20210223
# Flexvol Image. # Flexvol Image.
flexvolImage: flexvolImage:
repository: rancher/hardened-calico repository: rancher/hardened-calico
tag: v3.13.3 tag: v3.13.3-build20210223
# 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
# Wait for datastore to initialize. # 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 +name: rke2-coredns
sources: sources:
- https://github.com/coredns/coredns - 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 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-original/templates/_helpers.tpl
+++ packages/rke2-coredns/charts/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 - repository: coredns/coredns
- tag: "1.6.9" - tag: "1.6.9"
+ repository: rancher/hardened-coredns + repository: rancher/hardened-coredns
+ tag: "v1.6.9" + tag: "v1.6.9-build20210223"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
replicaCount: 1 replicaCount: 1

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.18.16 version: v1.19.8
appVersion: v1.18.16 appVersion: v1.19.8
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-kube-proxy repository: rancher/hardened-kube-proxy
tag: v1.18.16 tag: v1.19.8
# 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)

View File

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