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 9df50af commit 866d8d4Copy full SHA for 866d8d4
.github/workflows/inject-sidecar.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: get istio controlplane version
19
id: get-istio-version
20
run: |
21
- ISTIO_VERSION=$(yq eval '. | select(.kind == "Deployment") | .spec.template.spec.containers[0].image | split(":") | .[1]' ./istio/operator/manifests.yaml)
+ ISTIO_VERSION=$(yq eval '.data.version' ./clusters/my-cluster/istio-version.yaml)
22
echo "ISTIO_VERSION=$ISTIO_VERSION" >> $GITHUB_ENV
23
- name: get istioctl uri
24
id: get-istioctl
0 commit comments