Skip to content

Commit

Permalink
Merge pull request #81 from consideRatio/pr/update-calico-3.24.0-to-3…
Browse files Browse the repository at this point in the history
….24.5

Update calico from 3.24.0 to 3.24.5
  • Loading branch information
manics authored Nov 15, 2022
2 parents 89ac72a + 4d3ccb3 commit 09c0246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ runs:
if [[ "${{ inputs.k3s-version }}${{ inputs.k3s-channel }}" == v1.20* ]]; then
curl -sfL --output /tmp/calico.yaml https://docs.projectcalico.org/v3.21/manifests/calico.yaml
else
curl -sfL --output /tmp/calico.yaml https://raw.githubusercontent.com/projectcalico/calico/v3.24.0/manifests/calico.yaml
curl -sfL --output /tmp/calico.yaml https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
fi
cat /tmp/calico.yaml \
| sed '/"type": "calico"/a\
Expand Down

0 comments on commit 09c0246

Please sign in to comment.