Skip to content

docs: point install instructions at working channels (fixes #43 chart-distribution) - #51

Merged
stubbi merged 1 commit into
mainfrom
docs/fix-install-channels
Jun 1, 2026
Merged

docs: point install instructions at working channels (fixes #43 chart-distribution)#51
stubbi merged 1 commit into
mainfrom
docs/fix-install-channels

Conversation

@stubbi

@stubbi stubbi commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

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).

  • Helm: Quickstart + Distribution now use the working OCI chart oci://ghcr.io/paperclipinc/charts/hermes-operator instead of the non-existent helm repo add … paperclipinc.github.io (Pages isn't enabled → 404). Helm 3.8+/ArgoCD support OCI; omit --version for latest.
  • Real image versions: hermes-agent tag 1.4.2 (never existed; upstream is CalVer) → v2026.5.29.2 across README + examples; operator container image v1.0.0v0.1.9.
  • OLM row annotated as pending the first OperatorHub release (#8212/#8243 still open).
  • The Chart.yaml vs release-tag mismatch is already resolved (both 0.1.9). Honcho sidecar tags left as-is.

Optional follow-up if you want the classic helm repo add experience: wire up chart-releaser + enable Pages. Not done here since OCI already works.

Closes #43

🤖 Generated with Claude Code

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>
@stubbi
stubbi enabled auto-merge (squash) June 1, 2026 10:51
@stubbi
stubbi merged commit b10a62d into main Jun 1, 2026
11 checks passed
@stubbi
stubbi deleted the docs/fix-install-channels branch June 1, 2026 10:54
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.

Chart distribution channels documented in README don't exist

1 participant