Skip to content

Commit

Permalink
chore: Bump to latest calico version on the chart
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] authored and rbrtbnfgl committed Feb 9, 2024
1 parent cbc280a commit aef92da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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.26.3-build20231109
appVersion: v3.26.3
version: v3.27.0-build20240206
appVersion: v3.27.0
home: https://www.projectcalico.org/
keywords:
- canal
Expand Down
14 changes: 7 additions & 7 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.26.3-build20231109
tag: v3.27.0-build20240206
# Canal node image.
nodeImage:
repository: rancher/hardened-calico
tag: v3.26.3-build20231109
# Flexvol Image.
flexvolImage:
repository: rancher/hardened-calico
tag: v3.26.3-build20231109
tag: v3.27.0-build20240206
# kubecontroller image
kubeControllerImage:
repository: rancher/hardened-calico
tag: v3.26.3-build20231109
tag: v3.27.0-build20240206
# Datastore type for canal. It can be either kuberentes or etcd.
datastoreType: kubernetes
# Wait for datastore to initialize.
Expand Down Expand Up @@ -124,10 +124,10 @@ calico:
resources:
requests:
cpu: 250m
# memory: 128Mi
# limits:
# cpu: 250m
# memory: 256Mi
# memory: 128Mi
# limits:
# cpu: 250m
# memory: 256Mi
global:
systemDefaultRegistry: ""
clusterCIDRv4: ""
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: 01
packageVersion: 00

0 comments on commit aef92da

Please sign in to comment.