File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 env :
4646 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 run : |
48- version=$(gh release list --repo helm/helm --json tagName,isLatest | jq -r '.[] | select(.isLatest) | .tagName')
48+ version=$(gh release list --repo helm/helm --json tagName,createdAt | jq -r '.[] | select(.tagName | startswith("v3.")) | .tagName' | head -1 )
4949 echo "helm version: $version"
5050 sed -i "/^HELM_VERSION/c\HELM_VERSION = $version" versions.mk
5151
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ K0S_GO_VERSION = $(K0S_VERSION_1_$(K0S_MINOR_VERSION))
2020TROUBLESHOOT_VERSION = v0.122.0
2121
2222# Helm Version
23- HELM_VERSION = v3.19.0
23+ HELM_VERSION = v3.19.2
2424
2525# FIO Version (for performance testing)
2626FIO_VERSION = 3.41
2727
2828# Kubernetes Development Tool Versions
2929CONTROLLER_TOOLS_VERSION = v0.19.0
30- KUSTOMIZE_VERSION = v5.7.1
30+ KUSTOMIZE_VERSION = v5.8.0
3131
3232# ## Overrides ###
3333
You can’t perform that action at this time.
0 commit comments