Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update chart relese workflow, relocate charts #39

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

csotiistvan
Copy link
Collaborator

This should fix the issue with the chart release action not being able to locate the chart.

REQUIREMENTS:

The workflow permissions need to be set to read and write permissions. Before merging this PR please go to Settings -> Actions -> General -> Workflow permissions and set it to Read and write permissions. Unfortunately write permissions can not be granted implicitly from the workflow, and this is necessary so the release of the charts can be done from a workflow, and the insertion of the index.yaml that's required for the chart repo to function.

image

image

If granting write access to all workflows is undesired, a GitHub app or a PAT with read, write, release permissions is needed insted, and the token has to be added as a secret and consumed in the workflow.

@ascheibal ascheibal added the bug Something isn't working label Jul 25, 2024
@ascheibal ascheibal changed the title Update chart relese workflow, relocate charts fix: Update chart relese workflow, relocate charts Jul 25, 2024
@ascheibal ascheibal merged commit b0c0f3b into main Jul 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants