mirror of https://git.rancher.io/rke2-charts
Merge pull request #381 from thomasferrandiz/update-canal-v3.26.3
bump calico and flannel images in canal packagepull/382/head
commit
f88d1b5495
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
name: rke2-canal
|
||||
description: Install Canal Network Plugin.
|
||||
version: v3.26.1-build20231009
|
||||
appVersion: v3.26.1
|
||||
version: v3.26.3-build20231109
|
||||
appVersion: v3.26.3
|
||||
home: https://www.projectcalico.org/
|
||||
keywords:
|
||||
- canal
|
||||
|
|
|
@ -8,7 +8,7 @@ flannel:
|
|||
# kube-flannel image
|
||||
image:
|
||||
repository: rancher/hardened-flannel
|
||||
tag: v0.22.1-build20231009
|
||||
tag: v0.23.0-build20231109
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosen using the node's
|
||||
# default route.
|
||||
|
@ -61,19 +61,19 @@ calico:
|
|||
# CNI installation image.
|
||||
cniImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.26.1-build20231009
|
||||
tag: v3.26.3-build20231109
|
||||
# Canal node image.
|
||||
nodeImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.26.1-build20231009
|
||||
tag: v3.26.3-build20231109
|
||||
# Flexvol Image.
|
||||
flexvolImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.26.1-build20231009
|
||||
tag: v3.26.3-build20231109
|
||||
# kubecontroller image
|
||||
kubeControllerImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.26.1-build20231009
|
||||
tag: v3.26.3-build20231109
|
||||
|
||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||
datastoreType: kubernetes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: local
|
||||
packageVersion: 02
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue