Skip to content

Commit

Permalink
Updated Calico images with new CNI plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
  • Loading branch information
rbrtbnfgl committed Sep 11, 2024
1 parent 569c6c9 commit 5ffce4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-build20240910
version: v3.28.1-build20240911
appVersion: v3.28.1
home: https://www.projectcalico.org/
keywords:
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 @@ -60,19 +60,19 @@ calico:
# CNI installation image.
cniImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240910
tag: v3.28.1-build20240911
# Canal node image.
nodeImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240910
tag: v3.28.1-build20240911
# Flexvol Image.
flexvolImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240910
tag: v3.28.1-build20240911
# kubecontroller image
kubeControllerImage:
repository: rancher/hardened-calico
tag: v3.28.1-build20240910
tag: v3.28.1-build20240911
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes
# Wait for datastore to initialize.
Expand Down

0 comments on commit 5ffce4c

Please sign in to comment.