We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368b682 commit 87721f6Copy full SHA for 87721f6
.github/workflows/update-istio.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set the Istio version
28
id: check
29
env:
30
- ISTIO_VERSION: ${{ steps.get-istioctl.outputs.istioctl-url }}
+ ISTIO_VERSION: ${{ steps.get-istioctl.outputs.version }}
31
run: |
32
echo "Found Istio version ${ISTIO_VERSION}"
33
yq eval '.data.version=env(ISTIO_VERSION)' -i ./clusters/my-cluster/istio-version.yaml
0 commit comments