mirror of https://git.rancher.io/rke2-charts
Merge pull request #213 from manuelbuil/update-calico-flannel-images
Update flannel and calico to latest in canalpull/214/head
commit
a6908ecf14
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
name: rke2-canal
|
||||
description: Install Canal Network Plugin.
|
||||
version: v3.20.3-build20220114
|
||||
appVersion: v3.20.3
|
||||
version: v3.21.2-build20220119
|
||||
appVersion: v3.21.2
|
||||
home: https://www.projectcalico.org/
|
||||
keywords:
|
||||
- canal
|
||||
|
|
|
@ -8,7 +8,7 @@ flannel:
|
|||
# kube-flannel image
|
||||
image:
|
||||
repository: rancher/hardened-flannel
|
||||
tag: v0.15.1-build20211119
|
||||
tag: v0.16.1-build20220119
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosen using the node's
|
||||
# default route.
|
||||
|
@ -25,15 +25,15 @@ calico:
|
|||
# CNI installation image.
|
||||
cniImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.20.3-build20220114
|
||||
tag: v3.21.2-build20220119
|
||||
# Canal node image.
|
||||
nodeImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.20.3-build20220114
|
||||
tag: v3.21.2-build20220119
|
||||
# Flexvol Image.
|
||||
flexvolImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.20.3-build20220114
|
||||
tag: v3.21.2-build20220119
|
||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||
datastoreType: kubernetes
|
||||
# Wait for datastore to initialize.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: local
|
||||
packageVersion: 06
|
||||
packageVersion: 07
|
||||
|
|
Loading…
Reference in New Issue