Skip to content

Commit 45196b5

Browse files
committed
Update calico from 3.24.5 to 3.27.0
1 parent b10d49d commit 45196b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GitHub Action badge](https://github.com/jupyterhub/action-k3s-helm/workflows/Test/badge.svg)](https://github.com/jupyterhub/action-k3s-helm/actions)
44

55
Creates a Kubernetes cluster using [K3s](https://k3s.io/) (1.24+) with
6-
[Calico](https://www.projectcalico.org/) (3.24) for
6+
[Calico](https://www.projectcalico.org/) (3.27.0) for
77
[NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/network-policies/)
88
enforcement, and installs [Helm 3](https://helm.sh/) (3.5+).
99

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ runs:
191191
- name: Setup calico
192192
run: |
193193
echo "::group::Setup calico"
194-
curl -sfL --output /tmp/calico.yaml https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
194+
curl -sfL --output /tmp/calico.yaml https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/calico.yaml
195195
cat /tmp/calico.yaml \
196196
| sed '/"type": "calico"/a\
197197
"container_settings": {\

0 commit comments

Comments
 (0)