mirror of https://git.rancher.io/rke2-charts
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
parent
d61d15e0f7
commit
f7e8c29142
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue