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
|
# kube-flannel image
|
||||||
image:
|
image:
|
||||||
repository: rancher/hardened-flannel
|
repository: rancher/hardened-flannel
|
||||||
tag: v0.19.1-build20220810
|
tag: v0.19.1-build20221011
|
||||||
# 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.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: local
|
url: local
|
||||||
packageVersion: 02
|
packageVersion: 03
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
- repository: coredns/coredns
|
- repository: coredns/coredns
|
||||||
- tag: "1.9.3"
|
- tag: "1.9.3"
|
||||||
+ repository: rancher/hardened-coredns
|
+ repository: rancher/hardened-coredns
|
||||||
+ tag: "v1.9.3-build20220613"
|
+ tag: "v1.9.3-build20221011"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
## Secrets must be manually created in the namespace.
|
## Secrets must be manually created in the namespace.
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
- repository: k8s.gcr.io/cpa/cluster-proportional-autoscaler
|
- repository: k8s.gcr.io/cpa/cluster-proportional-autoscaler
|
||||||
- tag: "1.8.5"
|
- tag: "1.8.5"
|
||||||
+ repository: rancher/hardened-cluster-autoscaler
|
+ repository: rancher/hardened-cluster-autoscaler
|
||||||
+ tag: "v1.8.5-build20211119"
|
+ tag: "v1.8.5-build20221011"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
## Secrets must be manually created in the namespace.
|
## Secrets must be manually created in the namespace.
|
||||||
|
@ -159,10 +159,10 @@
|
||||||
+ ipvs: false
|
+ ipvs: false
|
||||||
+ image:
|
+ image:
|
||||||
+ repository: rancher/hardened-dns-node-cache
|
+ repository: rancher/hardened-dns-node-cache
|
||||||
+ tag: "1.21.2-build20211119"
|
+ tag: "1.21.2-build20221011"
|
||||||
+ initimage:
|
+ initimage:
|
||||||
+ repository: rancher/hardened-dns-node-cache
|
+ repository: rancher/hardened-dns-node-cache
|
||||||
+ tag: "1.21.2-build20211119"
|
+ tag: "1.21.2-build20221011"
|
||||||
+ nodeSelector:
|
+ nodeSelector:
|
||||||
+ kubernetes.io/os: linux
|
+ 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
|
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.
|
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
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-build20220929
|
+version: 2.11.100-build20221011
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
- repository: k8s.gcr.io/metrics-server-amd64
|
- repository: k8s.gcr.io/metrics-server-amd64
|
||||||
- tag: v0.3.6
|
- tag: v0.3.6
|
||||||
+ repository: rancher/hardened-k8s-metrics-server
|
+ repository: rancher/hardened-k8s-metrics-server
|
||||||
+ tag: v0.6.1-build20220929
|
+ tag: v0.6.1-build20221011
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
url: https://charts.helm.sh/stable/packages/metrics-server-2.11.1.tgz
|
url: https://charts.helm.sh/stable/packages/metrics-server-2.11.1.tgz
|
||||||
packageVersion: 06
|
packageVersion: 00
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
|
@ -23,4 +23,4 @@
|
||||||
- https://github.com/intel/multus-cni
|
- https://github.com/intel/multus-cni
|
||||||
type: application
|
type: application
|
||||||
-version: 0.1.2
|
-version: 0.1.2
|
||||||
+version: v3.8-build20211104
|
+version: v3.8-build20221011
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
- repository: ghcr.io/k8snetworkplumbingwg/multus-cni
|
- repository: ghcr.io/k8snetworkplumbingwg/multus-cni
|
||||||
- tag: v3.8
|
- tag: v3.8
|
||||||
+ repository: rancher/hardened-multus-cni
|
+ repository: rancher/hardened-multus-cni
|
||||||
+ tag: v3.8-build20211104
|
+ tag: v3.8-build20221011
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
#imagePullSecrets: []
|
#imagePullSecrets: []
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
+cniplugins:
|
+cniplugins:
|
||||||
+ image:
|
+ image:
|
||||||
+ repository: rancher/hardened-cni-plugins
|
+ 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
|
+ # skipcnis is a comma separated list of cni binaries to skip from
|
||||||
+ # installing.
|
+ # installing.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/k8snetworkplumbingwg/helm-charts.git
|
url: https://github.com/k8snetworkplumbingwg/helm-charts.git
|
||||||
subdirectory: multus
|
subdirectory: multus
|
||||||
commit: 7d79cc653d543bf2ac5075274082e1053884b64e
|
commit: 7d79cc653d543bf2ac5075274082e1053884b64e
|
||||||
packageVersion: 03
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue