Warning: Failed to read latest helm version from URL https://api.github.com/repos/helm/helm/releases/latest. Using default stable version v2.14.1
/usr/bin/unzip -o -q /home/runner/work/_temp/6287bb49-af5d-4af7-a34d-f792a1275683
Running helm dependency update command..
/opt/hostedtoolcache/helm/2.14.1/x64/linux-amd64/helm dependency update ./aks/xxxxxxxxx
No requirements found in /home/runner/work/xxxxxxxxx-v2/xxxxxxxx-v2/aks/xxxxxxxxx
{
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest/releases/releases#get-a-release",
"status": "404"
}
{
"url": "https://api.github.com/repos/helm/helm/releases/230962935",
"assets_url": "https://api.github.com/repos/helm/helm/releases/230962935/assets",
"upload_url": "https://uploads.github.com/repos/helm/helm/releases/230962935/assets{?name,label}",
"html_url": "https://github.com/helm/helm/releases/tag/v3.18.4",
"id": 230962935,
"author": {
"login": "robertsirc",
"id": 13884882,
"node_id": "MDQ6VXNlcjEzODg0ODgy",
"avatar_url": "https://avatars.githubusercontent.com/u/13884882?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/robertsirc",
"html_url": "https://github.com/robertsirc",
"followers_url": "https://api.github.com/users/robertsirc/followers",
"following_url": "https://api.github.com/users/robertsirc/following{/other_user}",
"gists_url": "https://api.github.com/users/robertsirc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/robertsirc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/robertsirc/subscriptions",
"organizations_url": "https://api.github.com/users/robertsirc/orgs",
"repos_url": "https://api.github.com/users/robertsirc/repos",
"events_url": "https://api.github.com/users/robertsirc/events{/privacy}",
"received_events_url": "https://api.github.com/users/robertsirc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"node_id": "RE_kwDOApspmc4NxDb3",
"tag_name": "v3.18.4",
"target_commitish": "main",
"name": "Helm v3.18.4",
"draft": false,
"immutable": false,
"prerelease": false,
"created_at": "2025-07-08T20:31:02Z",
"published_at": "2025-07-08T20:49:25Z",
"assets": [
{
"url": "https://api.github.com/repos/helm/helm/releases/assets/271136719",
"id": 271136719,
"node_id": "RA_kwDOApspmc4QKTfP",
"name": "helm-v3.18.4-darwin-amd64.tar.gz.asc",
"label": null,
"uploader": {
"login": "Robert
///
- uses: azure/k8s-bake@v3
with:
renderEngine: "helm"
silent: "false"
helmChart: "./aks/${{ inputs.aks_chart_dir_name }}"
overrideFiles: |
${{ env.OVERRIDE_FILES }}
overrides: ${{ env.OVERIDES_STRING }}
helm-version: v3.x.x
id: bake
Warning: Failed to read latest helm version from URL https://api.github.com/repos/helm/helm/releases/latest. Using default stable version v2.14.1
/usr/bin/unzip -o -q /home/runner/work/_temp/6287bb49-af5d-4af7-a34d-f792a1275683
Running helm dependency update command..
/opt/hostedtoolcache/helm/2.14.1/x64/linux-amd64/helm dependency update ./aks/xxxxxxxxx
No requirements found in /home/runner/work/xxxxxxxxx-v2/xxxxxxxx-v2/aks/xxxxxxxxx
What happened?
GHA sometimes fails to run because it is not able find the latest helm version
clicking the
https://api.github.com/repos/helm/helm/releases/latest.which is part of warning message showsIf I try to access it without
.then I can seeThe only way to fix it is rerun the GHA after some time or pin the helm version
Version
Runner
GHA runners
Relevant log output