chore: Bump to latest flannel and calico version on the chart (#532)

Made with ❤️️ by updatecli

Co-authored-by: UPDATECLI_GITHUB_ACTOR <41898282+github-actions[bot]@users.noreply.github.com>
pull/537/head
github-actions[bot] 2024-10-07 15:16:50 -07:00 committed by GitHub
parent d61d15e0f7
commit f7e8c29142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1
name: rke2-canal
description: Install Canal Network Plugin.
version: v3.28.1-build20240911
appVersion: v3.28.1
version: v3.28.2-build20241003
appVersion: v3.28.2
home: https://www.projectcalico.org/
keywords:
- canal

View File

@ -8,7 +8,7 @@ flannel:
# kube-flannel image
image:
repository: rancher/hardened-flannel
tag: v0.25.6-build20240910
tag: v0.25.7-build20241007
# 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.28.1-build20240911
tag: v3.28.2-build20241003
# Canal node image.
nodeImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240911
tag: v3.28.2-build20241003
# Flexvol Image.
flexvolImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240911
tag: v3.28.2-build20241003
# kubecontroller image
kubeControllerImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240911
tag: v3.28.2-build20241003
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes
# Wait for datastore to initialize.