Skip to content

[doc] Goquery-ui: document GHCR install, steer off docker pull#475

Merged
els0r merged 1 commit into
mainfrom
docs/install-from-ghcr-comment
Jun 17, 2026
Merged

[doc] Goquery-ui: document GHCR install, steer off docker pull#475
els0r merged 1 commit into
mainfrom
docs/install-from-ghcr-comment

Conversation

@els0r

@els0r els0r commented Jun 16, 2026

Copy link
Copy Markdown
Owner

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 type application/vnd.cncf.helm.config.v1+json), not a container image, so docker pull is the wrong client.

This adds a proper Install from GHCR section to the chart README:

  • helm install / helm show chart against oci://ghcr.io/els0r/charts/goquery-ui, passing the version via --version (not a :tag).
  • A subchart-dependency snippet (repository: oci://ghcr.io/els0r/charts, name + version as separate fields).
  • An explicit note to ignore the GHCR-suggested docker pull command.
  • Keeps the local-checkout install for chart development.

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-increment enforces and which republishes to GHCR on merge.

🤖 Generated with Claude Code

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>
@els0r els0r changed the title [doc] goquery-ui: document GHCR install, steer off docker pull [doc] Goquery-ui: document GHCR install, steer off docker pull Jun 16, 2026
@els0r els0r merged commit e22f2e8 into main Jun 17, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant