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

Made with ❤️️ by updatecli
pull/560/head
UPDATECLI_GITHUB_ACTOR 2024-11-27 04:57:38 +00:00
parent 5709346364
commit 1e8bc49ae8
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -60,19 +60,19 @@ calico:
# CNI installation image.
cniImage:
repository: rancher/hardened-calico
tag: v3.29.1-build20241126
tag: v3.29.1-build20241127
# Canal node image.
nodeImage:
repository: rancher/hardened-calico
tag: v3.29.1-build20241126
tag: v3.29.1-build20241127
# Flexvol Image.
flexvolImage:
repository: rancher/hardened-calico
tag: v3.29.1-build20241126
tag: v3.29.1-build20241127
# kubecontroller image
kubeControllerImage:
repository: rancher/hardened-calico
tag: v3.29.1-build20241126
tag: v3.29.1-build20241127
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes
# Wait for datastore to initialize.