Skip to content

Commit

Permalink
Merge pull request #114 from consideRatio/pr/update-calico-patch-vers…
Browse files Browse the repository at this point in the history
…ions

Update calico from 3.27.0 to 3.27.3
  • Loading branch information
consideRatio authored Apr 28, 2024
2 parents f390d68 + 81ccadf commit cd1c86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ outputs:
description: "Installed k8s version, such as v1.29.0"
value: "${{ steps.set-output.outputs.k8s-version }}"
calico-version:
description: "Installed calico version, such as v3.27.0"
description: "Installed calico version, such as v3.27.3"
value: "${{ steps.set-output.outputs.calico-version }}"
helm-version:
description: "Installed helm version, such as v3.13.0"
Expand Down Expand Up @@ -157,7 +157,7 @@ runs:
- name: Setup calico
run: |
echo "::group::Setup calico"
curl -sfL --output /tmp/calico.yaml https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/calico.yaml
curl -sfL --output /tmp/calico.yaml https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml
cat /tmp/calico.yaml \
| sed '/"type": "calico"/a\
"container_settings": {\
Expand Down

0 comments on commit cd1c86d

Please sign in to comment.