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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user