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

Made with ❤️️ by updatecli
pull/573/head
UPDATECLI_GITHUB_ACTOR 2024-12-06 18:08:17 +00:00 committed by Roberto Bonafiglia
parent cdb6f7728a
commit 075c05eb4e
2 changed files with 5 additions and 5 deletions

View File

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

View File

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