File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ node_modules
Original file line number Diff line number Diff 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": {\
You can’t perform that action at this time.
0 commit comments