Helm gh pages#19
Merged
Merged
Conversation
Member
|
@razinbouzar seems like this PR has your other PR changes also, can you please check once. |
AdheipSingh
requested changes
May 11, 2026
Member
AdheipSingh
left a comment
There was a problem hiding this comment.
Keep helm chart changes only
Publishing to gh-pages
1c8fb3a to
31e96e3
Compare
Contributor
Author
@AdheipSingh pushed the fix, thank you for catching that. |
AdheipSingh
approved these changes
May 12, 2026
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.
Helm Chart GitHub Pages Publishing Summary
Branch
The Helm chart publishing changes are on the
helm-gh-pagesbranch.Goal
Publish the Druid Operator Helm chart from this repository using the
gh-pagesbranch, while matching the same repository layout DataInfra uses forcharts.datainfra.io.Files Changed
.asf.yamlgh-pagesbranch.ghp_branch: gh-pagesghp_path: /.github/workflows/helm-chart.ymlHelm Chart.masterwhen the chart or workflow changes.workflow_dispatch.chart/with Helm.gh-pages/helm-releases/.gh-pages/index.yaml.gh-pagesbranch.docs/getting_started.mdhttps://apache.github.io/druid-operatorapache-druid/druid-operatortutorials/druid-on-kind/README.mdPublished Repository Layout
The workflow publishes files to the
gh-pagesbranch in this shape:For the current chart version, the package would be:
And
index.yamlwill point Helm clients to:User Install Flow
After the workflow publishes the chart, users install with:
Comparison With DataInfra
DataInfra publishes charts from a separate
datainfrahq/helm-chartsrepository. Its layout is:This change keeps the same Helm repository layout, but uses this repository's
gh-pagesbranch instead of a separate chart repository.Validation Performed
The following checks passed locally:
A local Helm publishing simulation also passed and generated an
index.yamlentry pointing at/helm-releases/druid-operator-0.3.9.tgz.Notes
chart/Chart.yamlversionbefore publishing.make ratwas run earlier and failed only because of pre-existing untracked files in the local worktree, not because of the Helm publishing workflow.Fixes #XXXX.
Description
This PR has:
Key changed/added files in this PR
MyFooOurBarTheirBaz