mirror of https://git.rancher.io/rke2-charts
Update calico images to v3.24.1
Signed-off-by: Manuel Buil <mbuil@suse.com>pull/292/head
parent
5141129ab3
commit
59e0cdf7de
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
name: rke2-canal
|
||||
description: Install Canal Network Plugin.
|
||||
version: v3.23.3-build20220810
|
||||
appVersion: v3.23.3
|
||||
version: v3.24.1-build20221011
|
||||
appVersion: v3.24.1
|
||||
home: https://www.projectcalico.org/
|
||||
keywords:
|
||||
- canal
|
||||
|
|
|
@ -25,19 +25,19 @@ calico:
|
|||
# CNI installation image.
|
||||
cniImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.23.3-build20220810
|
||||
tag: v3.24.1-build20221011
|
||||
# Canal node image.
|
||||
nodeImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.23.3-build20220810
|
||||
tag: v3.24.1-build20221011
|
||||
# Flexvol Image.
|
||||
flexvolImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.23.3-build20220810
|
||||
tag: v3.24.1-build20221011
|
||||
# kubecontroller image
|
||||
kubeControllerImage:
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.23.3-build20220810
|
||||
tag: v3.24.1-build20221011
|
||||
|
||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||
datastoreType: kubernetes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: local
|
||||
packageVersion: 02
|
||||
packageVersion: 01
|
||||
|
|
Loading…
Reference in New Issue