mirror of https://git.rancher.io/rke2-charts
update charts to use bci-based images
parent
90b50019fa
commit
cfb9f52936
|
@ -8,7 +8,7 @@ flannel:
|
|||
# kube-flannel image
|
||||
image:
|
||||
repository: rancher/hardened-flannel
|
||||
tag: v0.19.1-build20220810
|
||||
tag: v0.19.1-build20221011
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosen using the node's
|
||||
# default route.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: local
|
||||
packageVersion: 02
|
||||
packageVersion: 03
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
- repository: coredns/coredns
|
||||
- tag: "1.9.3"
|
||||
+ repository: rancher/hardened-coredns
|
||||
+ tag: "v1.9.3-build20220613"
|
||||
+ tag: "v1.9.3-build20221011"
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
@ -98,7 +98,7 @@
|
|||
- repository: k8s.gcr.io/cpa/cluster-proportional-autoscaler
|
||||
- tag: "1.8.5"
|
||||
+ repository: rancher/hardened-cluster-autoscaler
|
||||
+ tag: "v1.8.5-build20211119"
|
||||
+ tag: "v1.8.5-build20221011"
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
@ -159,10 +159,10 @@
|
|||
+ ipvs: false
|
||||
+ image:
|
||||
+ repository: rancher/hardened-dns-node-cache
|
||||
+ tag: "1.21.2-build20211119"
|
||||
+ tag: "1.21.2-build20221011"
|
||||
+ initimage:
|
||||
+ repository: rancher/hardened-dns-node-cache
|
||||
+ tag: "1.21.2-build20211119"
|
||||
+ tag: "1.21.2-build20221011"
|
||||
+ nodeSelector:
|
||||
+ kubernetes.io/os: linux
|
||||
+
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/coredns/helm/releases/download/coredns-1.19.4/coredns-1.19.4.tgz
|
||||
packageVersion: 00
|
||||
packageVersion: 01
|
||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||
releaseCandidateVersion: 00
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
sources:
|
||||
- https://github.com/kubernetes-incubator/metrics-server
|
||||
-version: 2.11.1
|
||||
+version: 2.11.100-build20220929
|
||||
+version: 2.11.100-build20221011
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
- repository: k8s.gcr.io/metrics-server-amd64
|
||||
- tag: v0.3.6
|
||||
+ repository: rancher/hardened-k8s-metrics-server
|
||||
+ tag: v0.6.1-build20220929
|
||||
+ tag: v0.6.1-build20221011
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: https://charts.helm.sh/stable/packages/metrics-server-2.11.1.tgz
|
||||
packageVersion: 06
|
||||
packageVersion: 00
|
||||
releaseCandidateVersion: 00
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
- https://github.com/intel/multus-cni
|
||||
type: application
|
||||
-version: 0.1.2
|
||||
+version: v3.8-build20211104
|
||||
+version: v3.8-build20221011
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
- repository: ghcr.io/k8snetworkplumbingwg/multus-cni
|
||||
- tag: v3.8
|
||||
+ repository: rancher/hardened-multus-cni
|
||||
+ tag: v3.8-build20211104
|
||||
+ tag: v3.8-build20221011
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
#imagePullSecrets: []
|
||||
|
@ -37,7 +37,7 @@
|
|||
+cniplugins:
|
||||
+ image:
|
||||
+ repository: rancher/hardened-cni-plugins
|
||||
+ tag: v1.0.1-build20220223
|
||||
+ tag: v1.0.1-build20221011
|
||||
+
|
||||
+ # skipcnis is a comma separated list of cni binaries to skip from
|
||||
+ # installing.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/k8snetworkplumbingwg/helm-charts.git
|
||||
subdirectory: multus
|
||||
commit: 7d79cc653d543bf2ac5075274082e1053884b64e
|
||||
packageVersion: 03
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue