mirror of https://git.rancher.io/rke2-charts
Fixed Calico image for s390x
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>pull/339/head
parent
5f5bac5217
commit
8f794da446
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: rke2-canal
|
name: rke2-canal
|
||||||
description: Install Canal Network Plugin.
|
description: Install Canal Network Plugin.
|
||||||
version: v3.25.1-build20230504
|
version: v3.25.1-build20230512
|
||||||
appVersion: v3.25.1
|
appVersion: v3.25.1
|
||||||
home: https://www.projectcalico.org/
|
home: https://www.projectcalico.org/
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -51,19 +51,19 @@ calico:
|
||||||
# CNI installation image.
|
# CNI installation image.
|
||||||
cniImage:
|
cniImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.25.1-build20230504
|
tag: v3.25.1-build20230512
|
||||||
# Canal node image.
|
# Canal node image.
|
||||||
nodeImage:
|
nodeImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.25.1-build20230504
|
tag: v3.25.1-build20230512
|
||||||
# Flexvol Image.
|
# Flexvol Image.
|
||||||
flexvolImage:
|
flexvolImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.25.1-build20230504
|
tag: v3.25.1-build20230512
|
||||||
# kubecontroller image
|
# kubecontroller image
|
||||||
kubeControllerImage:
|
kubeControllerImage:
|
||||||
repository: rancher/hardened-calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.25.1-build20230504
|
tag: v3.25.1-build20230512
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue