Merged
Conversation
58203f6 to
185be7a
Compare
Contributor
Author
|
Once https://github.com/redpanda-data/redpanda-operator/pull/936/files is merged to correct the Here's results of the job as a "dry run": I'm going to add the git creds, |
185be7a to
7872dc7
Compare
Prior to this commit, the helm-charts repo hosted downstream copies of the redpanda, console, connectors[^1] and operator charts. To release these charts, we would manually copy the trees into this repo and rely on chart-releaser. This process was quite unpleasant as it lead to many surprises from the workflows in this repo and caused a good amount of confusion for contributors. This commit removes the mirrored charts and replaces the release process with a new GHA that pulls release information from the redpanda-operator repository. chart-releaser is leveraged to update the index.yaml in the gh-pages branch as usual. In addition to the removal, a new README.md has been added as the previous symlink to the redpanda chart's README.md is now dead. [^1]: While the connectors chart technically exists in the redpanda-operator, it's been moved to community maintenance as of the v25.1.1 redpanda release. It's source is being left in place as it's been removed from newer operator releases.
7872dc7 to
6a548f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Prior to this commit, the helm-charts repo hosted downstream copies of the redpanda, console, connectors1 and operator charts.
To release these charts, we would manually copy the trees into this repo and rely on chart-releaser.
This process was quite unpleasant as it lead to many surprises from the workflows in this repo and caused a good amount of confusion for contributors.
This commit removes the mirrored charts and replaces the release process with a new GHA that pulls release information from the redpanda-operator repository. chart-releaser is leveraged to update the index.yaml in the gh-pages branch as usual.
In addition to the removal, a new README.md has been added as the previous symlink to the redpanda chart's README.md is now dead.
Footnotes
While the connectors chart technically exists in the redpanda-operator, it's been moved to community maintenance as of the v25.1.1 redpanda release. It's source is being left in place as it's been removed from newer operator releases. ↩