Merge pull request #213 from manuelbuil/update-calico-flannel-images

Update flannel and calico to latest in canal
pull/214/head
Manuel Buil 2022-01-19 10:14:53 +01:00 committed by GitHub
commit a6908ecf14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 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.20.3-build20220114
appVersion: v3.20.3
version: v3.21.2-build20220119
appVersion: v3.21.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.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.

View File

@ -1,2 +1,2 @@
url: local
packageVersion: 06
packageVersion: 07