File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33[ ![ GitHub Action badge] ( https://github.com/jupyterhub/action-k3s-helm/workflows/Test/badge.svg )] ( https://github.com/jupyterhub/action-k3s-helm/actions )
44
55Creates 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/ )
88enforcement, and installs [ Helm 3] ( https://helm.sh/ ) (3.5+).
99
Original file line number Diff line number Diff 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": {\
You can’t perform that action at this time.
0 commit comments