mirror of https://git.rancher.io/rke2-charts
Merge pull request #560 from rancher/updatecli_main-source_8d8baf1cc641b7a3828201c84eb93f9ea50879905387f476e70697546e1a3c66
Bump flannel version to v0.26.1-build20241107 and Calico to v3.29.1-build20241127 on Canalpull/572/head
commit
d884fe9aeb
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
name: rke2-canal
|
||||
description: Install Canal Network Plugin.
|
||||
version: v3.29.0-build20241104
|
||||
appVersion: v3.29.0
|
||||
version: v3.29.1-build20241127
|
||||
appVersion: v3.29.1
|
||||
home: https://www.projectcalico.org/
|
||||
keywords:
|
||||
- canal
|
||||
|
|
|
@ -8,7 +8,7 @@ flannel:
|
|||
# kube-flannel image
|
||||
image:
|
||||
repository: rancher/hardened-flannel
|
||||
tag: v0.26.0-build20241024
|
||||
tag: v0.26.1-build20241107
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosen using the node's
|
||||
# default route.
|
||||
|
@ -60,19 +60,19 @@ calico:
|
|||
# CNI installation image.
|
||||
cniImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.29.0-build20241104
|
||||
tag: v3.29.1-build20241127
|
||||
# Canal node image.
|
||||
nodeImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.29.0-build20241104
|
||||
tag: v3.29.1-build20241127
|
||||
# Flexvol Image.
|
||||
flexvolImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.29.0-build20241104
|
||||
tag: v3.29.1-build20241127
|
||||
# kubecontroller image
|
||||
kubeControllerImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.29.0-build20241104
|
||||
tag: v3.29.1-build20241127
|
||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||
datastoreType: kubernetes
|
||||
# Wait for datastore to initialize.
|
||||
|
|
Loading…
Reference in New Issue