Skip to content

Commit cd1c86d

Browse files
authored
Merge pull request #114 from consideRatio/pr/update-calico-patch-versions
Update calico from 3.27.0 to 3.27.3
2 parents f390d68 + 81ccadf commit cd1c86d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ outputs:
6262
description: "Installed k8s version, such as v1.29.0"
6363
value: "${{ steps.set-output.outputs.k8s-version }}"
6464
calico-version:
65-
description: "Installed calico version, such as v3.27.0"
65+
description: "Installed calico version, such as v3.27.3"
6666
value: "${{ steps.set-output.outputs.calico-version }}"
6767
helm-version:
6868
description: "Installed helm version, such as v3.13.0"
@@ -157,7 +157,7 @@ runs:
157157
- name: Setup calico
158158
run: |
159159
echo "::group::Setup calico"
160-
curl -sfL --output /tmp/calico.yaml https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/calico.yaml
160+
curl -sfL --output /tmp/calico.yaml https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml
161161
cat /tmp/calico.yaml \
162162
| sed '/"type": "calico"/a\
163163
"container_settings": {\

0 commit comments

Comments
 (0)