Skip to content

Commit 10636e3

Browse files
committed
Update calico from 3.27.0 to 3.27.3
1 parent f390d68 commit 10636e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)