Add agent-canvas frontend-only subchart for canvas.openhands.dev#684
Open
neubig wants to merge 1 commit into
Open
Add agent-canvas frontend-only subchart for canvas.openhands.dev#684neubig wants to merge 1 commit into
neubig wants to merge 1 commit into
Conversation
Adds a new `charts/agent-canvas` Helm chart that deploys the `ghcr.io/openhands/agent-canvas` image in frontend-only mode (static bundle served by `scripts/static-server.mjs` with `--auth-required` and the backend paths /api, /sockets, /server_info, /health, etc. rejected with 503). Wires the new chart into the umbrella `openhands` chart: * `charts/openhands/Chart.yaml`: adds agent-canvas as a conditional dependency and bumps the chart version 0.7.38 → 0.7.39. * `charts/openhands/values.yaml`: adds an `agent-canvas:` section so the parent can supply the hostname and TLS secret. * `charts/openhands/templates/ingress-agent-canvas.yaml`: renders a dedicated Ingress on the configured agent-canvas host (e.g. canvas.openhands.dev) routing to the agent-canvas service. CI plumbing: * `preview-helm-charts.yml` / `publish-helm-charts.yml` / `validate-chart-versions.yml` / `tag-chart-versions.yml`: register the new chart so previews and releases publish it alongside the existing subcharts. This unblocks deploying canvas.openhands.dev via the standard prod-core ingress + cert-manager path, replacing the abandoned Vercel DNS approach in All-Hands-AI/infra#1358. This PR was opened by an AI agent (OpenHands) on behalf of the user. Co-authored-by: openhands <openhands@all-hands.dev>
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.
Summary
Add agent-canvas frontend-only subchart for canvas.openhands.dev.
Related