Skip to content

docs(website): point Helm install at the official chart repo - #105

Merged
singchia merged 1 commit into
mainfrom
docs/helm-repo-url
May 2, 2026
Merged

docs(website): point Helm install at the official chart repo#105
singchia merged 1 commit into
mainfrom
docs/helm-repo-url

Conversation

@singchia

@singchia singchia commented May 2, 2026

Copy link
Copy Markdown
Owner

Summary

Now that the official Helm repo is live at https://singchia.github.io/frontier (backed by the gh-pages branch + GitHub Pages), update /docs/operator §2.3 to recommend that path instead of the local-checkout dance.

Changes

  • Primary install command becomes:
    ```bash
    helm repo add frontier https://singchia.github.io/frontier
    helm repo update
    helm install frontier frontier/frontier -n frontier --create-namespace
    ```
  • Local-checkout flow demoted to "alternative" alongside the GitHub Release single-tgz URL
  • BYO-Redis snippet now uses the repo path (`frontier/frontier`)

Test plan

  • `npx next build --webpack` ok; /docs/operator still pre-renders
  • `helm repo add` + `helm search repo frontier` returns chart 1.2.5

🤖 Generated with Claude Code

The chart now ships from a real Helm repo at https://singchia.github.io/frontier
backed by the gh-pages branch + GitHub Pages. Make that the recommended
install path; demote the local-checkout flow to "alternative". Also link
to the GitHub Release URL for users who want to pin a single .tgz.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented May 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontier Ready Ready Preview, Comment May 2, 2026 1:07pm

@singchia
singchia merged commit d70a64d into main May 2, 2026
3 checks passed
singchia added a commit that referenced this pull request May 2, 2026
First release after RFC-001 cloud-native optimization (PRs #103, #104, #105):

- M1 — operator P0 bug fixes (TLS volume, Secret naming, frontier-plane port)
- M2 — production baseline (PodOverrides, nonRoot images, Redis SecretRef,
       graceful shutdown, default probes / preStop / grace)
- M3 — observability HTTP server (/healthz, /readyz, /metrics) on
       frontier:9091 and frontlas:9092
- M4 — Status Conditions, EventRecorder, CRD shortName fc, printcolumns
- M5 — full-stack Helm chart (frontier + frontlas + bundled bitnami/redis),
       published at https://singchia.github.io/frontier

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@singchia
singchia deleted the docs/helm-repo-url branch May 2, 2026 16:34
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