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 378ae69 commit a10a524Copy full SHA for a10a524
.github/workflows/integration-tests.yml
@@ -76,7 +76,8 @@ jobs:
76
--repo helm/helm \
77
--exclude-drafts \
78
--exclude-pre-releases \
79
- --limit 1 | awk '{print $4}')
+ --json name,isLatest \
80
+ --jq '.[] | select(.isLatest)|.name' | awk '{print $2}')
81
82
if [[ $(helm version) != *$HELM_LATEST* ]]; then
83
echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN $HELM_LATEST"
0 commit comments