docs: point install instructions at working channels (fixes #43 chart-distribution) - #51
Merged
Merged
Conversation
Resolves the chart-distribution gaps in #43 by documenting what actually serves: - Quickstart + Distribution: replace the non-existent GitHub Pages Helm repo (helm repo add paperclipinc.github.io -> 404) with the working OCI chart (oci://ghcr.io/paperclipinc/charts/hermes-operator, published by release.yaml, anonymously pullable). Helm 3.8+ resolves latest when --version is omitted. - Fix bogus image versions: hermes-agent tag 1.4.2 (never existed; upstream is CalVer) -> v2026.5.29.2 across README + examples; operator image v1.0.0 -> v0.1.9 (current release). - Note OLM/OperatorHub is pending the first community-operators release (PRs #8212/#8243 open). The Chart.yaml-vs-release-tag mismatch from #43 is already resolved (both 0.1.9). honcho sidecar tags untouched. 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.
Closes the chart-distribution half of #43 by making the docs match reality (no new Pages infra needed — the OCI chart already publishes and pulls anonymously).
oci://ghcr.io/paperclipinc/charts/hermes-operatorinstead of the non-existenthelm repo add … paperclipinc.github.io(Pages isn't enabled → 404). Helm 3.8+/ArgoCD support OCI; omit--versionfor latest.hermes-agenttag1.4.2(never existed; upstream is CalVer) →v2026.5.29.2across README + examples; operator container imagev1.0.0→v0.1.9.Chart.yamlvs release-tag mismatch is already resolved (both0.1.9). Honcho sidecar tags left as-is.Optional follow-up if you want the classic
helm repo addexperience: wire up chart-releaser + enable Pages. Not done here since OCI already works.Closes #43
🤖 Generated with Claude Code