Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Canal images with updated go version #519

Merged
merged 1 commit into from
Sep 10, 2024
Merged
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
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-build20240830
version: v3.28.1-build20240910
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.6-build20240828
tag: v0.25.6-build20240910
# 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-build20240830
tag: v3.28.1-build20240910
# Canal node image.
nodeImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240830
tag: v3.28.1-build20240910
# Flexvol Image.
flexvolImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240830
tag: v3.28.1-build20240910
# kubecontroller image
kubeControllerImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240830
tag: v3.28.1-build20240910
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes
# Wait for datastore to initialize.
Expand Down
Loading