[doc] Goquery-ui: document GHCR install, steer off docker pull#475
Merged
Conversation
GHCR's package page suggests `docker pull` for the chart, which is wrong — it's a Helm OCI artifact. Add an Install-from-GHCR section using helm with --version, a subchart-dependency snippet, and a note to ignore the docker pull hint. Bump chart to 0.1.1 since the README ships in the package. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
The GHCR package page for the chart suggests
docker pull ghcr.io/els0r/charts/goquery-ui:0.1.0, which is wrong — the chart is a Helm OCI artifact (config media typeapplication/vnd.cncf.helm.config.v1+json), not a container image, sodocker pullis the wrong client.This adds a proper Install from GHCR section to the chart README:
helm install/helm show chartagainstoci://ghcr.io/els0r/charts/goquery-ui, passing the version via--version(not a:tag).repository: oci://ghcr.io/els0r/charts, name + version as separate fields).docker pullcommand.Bumps the chart to 0.1.1 because the README ships inside the packaged chart, so this counts as a chart change — which
ct lint --check-version-incrementenforces and which republishes to GHCR on merge.🤖 Generated with Claude Code