fix: update API image reference to match CI build output

The Helm values referenced ghcr.io/farhoodlabs/hightower-api but CI
builds and pushes to ghcr.io/farhoodlabs/trebuchet-api. This caused
imagepullbackoff on the API server deployment.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 00:52:16 +00:00
parent 3c1a60f908
commit d569f36c3e
+1 -1
View File
@@ -18,7 +18,7 @@ workspaces:
api:
replicaCount: 1
image:
repository: ghcr.io/farhoodlabs/hightower-api
repository: ghcr.io/farhoodlabs/trebuchet-api
tag: sha-a0efe7604ebc2f27cc37ee88f117ae619e57003f
pullPolicy: Always
port: 3000