chore: Bump to latest flannel and calico version on the chart

Made with ❤️️ by updatecli
pull/573/head
UPDATECLI_GITHUB_ACTOR 2024-12-11 16:49:12 +00:00 committed by Roberto Bonafiglia
parent 765fd92f82
commit 9c554d1ded
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
name: rke2-canal
description: Install Canal Network Plugin.
version: v3.29.1-build20241210
version: v3.29.1-build20241211
appVersion: v3.29.1
home: https://www.projectcalico.org/
keywords:

View File

@ -8,7 +8,7 @@ flannel:
# kube-flannel image
image:
repository: rancher/hardened-flannel
tag: v0.26.1-build20241107
tag: v0.26.1-build20241211
# 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.1-build20241210
tag: v3.29.1-build20241211
# Canal node image.
nodeImage:
repository: rancher/hardened-calico
tag: v3.29.1-build20241210
tag: v3.29.1-build20241211
# Flexvol Image.
flexvolImage:
repository: rancher/hardened-calico
tag: v3.29.1-build20241210
tag: v3.29.1-build20241211
# kubecontroller image
kubeControllerImage:
repository: rancher/hardened-calico
tag: v3.29.1-build20241210
tag: v3.29.1-build20241211
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes
# Wait for datastore to initialize.