Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/rke2-canal/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: rke2-canal
description: Install Canal Network Plugin.
version: v3.29.7-build20251120
appVersion: v3.29.7
version: v3.30.5-build20251127
appVersion: v3.30.5
home: https://www.projectcalico.org/
keywords:
- canal
Expand Down
8 changes: 4 additions & 4 deletions packages/rke2-canal/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ calico:
# CNI installation image.
cniImage:
repository: rancher/hardened-calico
tag: v3.29.7-build20251120
tag: v3.30.5-build20251127
# Canal node image.
nodeImage:
repository: rancher/hardened-calico
tag: v3.29.7-build20251120
tag: v3.30.5-build20251127
# Flexvol Image.
flexvolImage:
repository: rancher/hardened-calico
tag: v3.29.7-build20251120
tag: v3.30.5-build20251127
# kubecontroller image
kubeControllerImage:
repository: rancher/hardened-calico
tag: v3.29.7-build20251120
tag: v3.30.5-build20251127
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes
# Wait for datastore to initialize.
Expand Down