Skip to content

K8s helm build failure#55

Merged
ameijer merged 1 commit into
masterfrom
cursor/k8s-helm-build-failure-6ff7
Dec 28, 2025
Merged

K8s helm build failure#55
ameijer merged 1 commit into
masterfrom
cursor/k8s-helm-build-failure-6ff7

Conversation

@ameijer

@ameijer ameijer commented Dec 28, 2025

Copy link
Copy Markdown
Owner

Fix GitHub Actions release workflow by using GITHUB_TOKEN and setting contents: write permissions to resolve 401 Bad credentials.

The build was failing because chart-releaser-action received 401 Bad credentials due to CR_TOKEN being wired to an unset secrets.CR_SECRET. This change uses the built-in GITHUB_TOKEN and explicitly grants contents: write permissions. It also updates checkout and setup-helm action versions for modernization.


Open in Cursor Open in Web


Note

Fixes Helm chart release workflow authentication and modernizes the pipeline.

  • Grants permissions: contents: write and switches CR_TOKEN to ${{ secrets.GITHUB_TOKEN }} for chart-releaser
  • Upgrades actions/checkout to v4 with fetch-depth: 0
  • Upgrades azure/setup-helm to v3 and Helm to v3.14.4
  • Adds helm repo update after adding the repo

Written by Cursor Bugbot for commit f8d8f24. This will update automatically on new commits. Configure here.

Co-authored-by: cursor <cursor@exoatmospherics.com>
@cursor

cursor Bot commented Dec 28, 2025

Copy link
Copy Markdown

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@ameijer ameijer marked this pull request as ready for review December 28, 2025 17:38
@ameijer ameijer merged commit 6abe913 into master Dec 28, 2025
47 checks passed
@ameijer ameijer deleted the cursor/k8s-helm-build-failure-6ff7 branch December 28, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants