Skip to content

Commit

Permalink
Merge pull request #506 from rancher/updatecli_main-source_8d8baf1cc6…
Browse files Browse the repository at this point in the history
…41b7a3828201c84eb93f9ea50879905387f476e70697546e1a3c66

Bump flannel version to v0.25.6-build20240828 and Calico to v3.28.1-build20240827 on Canal
  • Loading branch information
thomasferrandiz authored Aug 29, 2024
2 parents 13c1b11 + 04bc9d7 commit 25d2652
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/rke2-canal/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: rke2-canal
description: Install Canal Network Plugin.
version: v3.28.1-build20240806
version: v3.28.1-build20240827
appVersion: v3.28.1
home: https://www.projectcalico.org/
keywords:
Expand Down
10 changes: 5 additions & 5 deletions packages/rke2-canal/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flannel:
# kube-flannel image
image:
repository: rancher/hardened-flannel
tag: v0.25.5-build20240801
tag: v0.25.6-build20240828
# The interface used by canal for host <-> host communication.
# If left blank, then the interface is chosen using the node's
# default route.
Expand Down Expand Up @@ -60,19 +60,19 @@ calico:
# CNI installation image.
cniImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240806
tag: v3.28.1-build20240827
# Canal node image.
nodeImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240806
tag: v3.28.1-build20240827
# Flexvol Image.
flexvolImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240806
tag: v3.28.1-build20240827
# kubecontroller image
kubeControllerImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240806
tag: v3.28.1-build20240827
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes
# Wait for datastore to initialize.
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-canal/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: local
packageVersion: 00
packageVersion: 01

0 comments on commit 25d2652

Please sign in to comment.