mirror of https://git.rancher.io/rke2-charts
Update Calico to v3.25.1 on Canal
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>pull/338/head
parent
30474a81db
commit
5f5bac5217
packages/rke2-canal
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: rke2-canal
|
name: rke2-canal
|
||||||
description: Install Canal Network Plugin.
|
description: Install Canal Network Plugin.
|
||||||
version: v3.25.0-build20230209
|
version: v3.25.1-build20230504
|
||||||
appVersion: v3.25.0
|
appVersion: v3.25.1
|
||||||
home: https://www.projectcalico.org/
|
home: https://www.projectcalico.org/
|
||||||
keywords:
|
keywords:
|
||||||
- canal
|
- canal
|
||||||
|
|
|
@ -51,19 +51,19 @@ calico:
|
||||||
# CNI installation image.
|
# CNI installation image.
|
||||||
cniImage:
|
cniImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.25.0-build20230209
|
tag: v3.25.1-build20230504
|
||||||
# Canal node image.
|
# Canal node image.
|
||||||
nodeImage:
|
nodeImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.25.0-build20230209
|
tag: v3.25.1-build20230504
|
||||||
# Flexvol Image.
|
# Flexvol Image.
|
||||||
flexvolImage:
|
flexvolImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.25.0-build20230209
|
tag: v3.25.1-build20230504
|
||||||
# kubecontroller image
|
# kubecontroller image
|
||||||
kubeControllerImage:
|
kubeControllerImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.25.0-build20230209
|
tag: v3.25.1-build20230504
|
||||||
|
|
||||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||||
datastoreType: kubernetes
|
datastoreType: kubernetes
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: local
|
url: local
|
||||||
packageVersion: 02
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue