chore: rename helm chart from hightower to trebuchet #2

Open
Hugh Commit wants to merge 3 commits from far-132/helm-chart into main
Member

Summary

  • Rename helm chart from hightower to trebuchet (charts/hightowercharts/trebuchet)
  • Update all helm template helpers (_helpers.tpl) and template references from hightower.* to trebuchet.*
  • Update values.yaml credential secret names to use trebuchet prefix
  • Update helm-release.yml workflow: correct chart paths, remove GitHub Pages publishing (incompatible with Gitea)

Test plan

  • helm lint charts/trebuchet passes
  • helm template trebuchet charts/trebuchet renders correctly with renamed helpers
  • CI workflow triggers on charts/trebuchet/** path changes
  • Infrastructure repo updated to reference new secret names (trebuchet-credentials, trebuchet-temporal-db-app)

Ref: FAR-132

## Summary - Rename helm chart from `hightower` to `trebuchet` (`charts/hightower` → `charts/trebuchet`) - Update all helm template helpers (`_helpers.tpl`) and template references from `hightower.*` to `trebuchet.*` - Update `values.yaml` credential secret names to use `trebuchet` prefix - Update `helm-release.yml` workflow: correct chart paths, remove GitHub Pages publishing (incompatible with Gitea) ## Test plan - [ ] `helm lint charts/trebuchet` passes - [ ] `helm template trebuchet charts/trebuchet` renders correctly with renamed helpers - [ ] CI workflow triggers on `charts/trebuchet/**` path changes - [ ] Infrastructure repo updated to reference new secret names (`trebuchet-credentials`, `trebuchet-temporal-db-app`) Ref: FAR-132
Hugh Commit added 1 commit 2026-05-18 20:19:35 +00:00
chore: rename helm chart from hightower to trebuchet
CI / Type-check & lint (pull_request) Successful in 16s
CI / Build & push worker image (pull_request) Has been skipped
CI / Build & push API image (pull_request) Has been skipped
c744738ee3
- Rename charts/hightower → charts/trebuchet
- Update Chart.yaml name field to 'trebuchet'
- Rename all helm template helpers from 'hightower.*' to 'trebuchet.*'
- Update all template files to reference trebuchet helpers
- Update values.yaml credentials secret names to use trebuchet prefix
- Update helm-release.yml workflow to:
  - Monitor charts/trebuchet/** path instead of charts/hightower/**
  - Reference correct chart path in lint and package steps
  - Remove GitHub Pages publishing (incompatible with Gitea)

Ref: FAR-132

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Hugh Commit force-pushed far-132/helm-chart from d63ba86357 to c744738ee3 2026-05-18 20:19:35 +00:00 Compare
Hugh Commit added 1 commit 2026-05-19 10:25:30 +00:00
chore: remove unused MCP server from API package
CI / Type-check & lint (pull_request) Successful in 16s
CI / Build & push worker image (pull_request) Has been skipped
CI / Build & push API image (pull_request) Has been skipped
36baf6cef6
The MCP server was never wired into the API entry point — dead code.
The REST API + Paperclip skill provides sufficient surface area.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Hugh Commit added 1 commit 2026-05-19 10:26:35 +00:00
Revert "chore: remove unused MCP server from API package"
CI / Type-check & lint (pull_request) Successful in 15s
CI / Build & push worker image (pull_request) Has been skipped
CI / Build & push API image (pull_request) Has been skipped
c32546cbae
This reverts commit 36baf6cef6.
Some checks are pending
CI / Type-check & lint (pull_request) Successful in 15s
CI / Build & push worker image (pull_request) Has been skipped
CI / Build & push API image (pull_request) Has been skipped
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin far-132/helm-chart:far-132/helm-chart
git checkout far-132/helm-chart
Sign in to join this conversation.