feat(ci): add release workflow for Helm charts #138
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
This PR introduces the initial setup for publishing Supabase Helm charts via a Helm repository, enabling simple installation and automated releases.
What is the current behavior?
Currently, there is no official Helm repository configured for this project, which means:
helm repo addThis work builds on previous discussions and attempts, but no solution was merged at the time.
What is the new behavior?
With this change:
Additional context
This PR was inspired by the discussion in:
Special thanks to the contributors of the previous proposal:
Although it was closed without being merged, it provided valuable context and helped shape this implementation.
The CI pipeline is responsible for:
Important:
Before merging this PR, a
gh-pagesbranch must be created to track theindex.yamlfile used by the Helm repository.Steps: