mirror of https://git.rancher.io/rke2-charts
chore: Bump to latest calico version on the chart
Made with ❤️️ by updatecli
pull/421/head
parent
b98e5280ef
commit
1a5cfb911a
|
@ -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.27.0-build20240206
|
version: v3.27.2-build20240219
|
||||||
appVersion: v3.27.0
|
appVersion: v3.27.2
|
||||||
home: https://www.projectcalico.org/
|
home: https://www.projectcalico.org/
|
||||||
keywords:
|
keywords:
|
||||||
- canal
|
- canal
|
||||||
|
|
|
@ -60,19 +60,19 @@ calico:
|
||||||
# CNI installation image.
|
# CNI installation image.
|
||||||
cniImage:
|
cniImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.27.0-build20240206
|
tag: v3.27.2-build20240219
|
||||||
# Canal node image.
|
# Canal node image.
|
||||||
nodeImage:
|
nodeImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.27.0-build20240206
|
tag: v3.27.2-build20240219
|
||||||
# Flexvol Image.
|
# Flexvol Image.
|
||||||
flexvolImage:
|
flexvolImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.27.0-build20240206
|
tag: v3.27.2-build20240219
|
||||||
# kubecontroller image
|
# kubecontroller image
|
||||||
kubeControllerImage:
|
kubeControllerImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.27.0-build20240206
|
tag: v3.27.2-build20240219
|
||||||
# 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
|
||||||
# Wait for datastore to initialize.
|
# Wait for datastore to initialize.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: local
|
url: local
|
||||||
packageVersion: 01
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue