mirror of https://git.rancher.io/rke2-charts
Update Calico to v3.24.5 and Flannel to v0.20.2 on Canal
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>pull/309/head
parent
19f07bf58c
commit
1bb94751d9
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
name: rke2-canal
|
||||
description: Install Canal Network Plugin.
|
||||
version: v3.24.1-build20221011
|
||||
appVersion: v3.24.1
|
||||
version: v3.24.5-build20221201
|
||||
appVersion: v3.24.5
|
||||
home: https://www.projectcalico.org/
|
||||
keywords:
|
||||
- canal
|
||||
|
|
|
@ -8,7 +8,7 @@ flannel:
|
|||
# kube-flannel image
|
||||
image:
|
||||
repository: rancher/hardened-flannel
|
||||
tag: v0.19.1-build20221011
|
||||
tag: v0.20.2-build20221201
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosen using the node's
|
||||
# default route.
|
||||
|
@ -25,19 +25,19 @@ calico:
|
|||
# CNI installation image.
|
||||
cniImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.24.1-build20221011
|
||||
tag: v3.24.5-build20221201
|
||||
# Canal node image.
|
||||
nodeImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.24.1-build20221011
|
||||
tag: v3.24.5-build20221201
|
||||
# Flexvol Image.
|
||||
flexvolImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.24.1-build20221011
|
||||
tag: v3.24.5-build20221201
|
||||
# kubecontroller image
|
||||
kubeControllerImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.24.1-build20221011
|
||||
tag: v3.24.5-build20221201
|
||||
|
||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||
datastoreType: kubernetes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: local
|
||||
packageVersion: 03
|
||||
packageVersion: 01
|
||||
|
|
Loading…
Reference in New Issue