fix: update API image tag to match CI build (sha-750a270)
Chart was referencing sha-a0efe7604 which is the commit BEFORE the image was actually built. Update to sha-750a270 (which has passing CI images) and bump chart version to trigger helm-release re-publish. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: hightower
|
name: hightower
|
||||||
description: API-driven AI pentester built on Shannon, deployed as a service on Kubernetes
|
description: API-driven AI pentester built on Shannon, deployed as a service on Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
appVersion: "1.0.0"
|
appVersion: "1.0.0"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ api:
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/farhoodlabs/trebuchet-api
|
repository: ghcr.io/farhoodlabs/trebuchet-api
|
||||||
tag: sha-a0efe7604ebc2f27cc37ee88f117ae619e57003f
|
tag: sha-750a2705e9d3188c9bb44f85473ac0e3806e7de2
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
port: 3000
|
port: 3000
|
||||||
workerImage: ghcr.io/farhoodlabs/shannon:latest
|
workerImage: ghcr.io/farhoodlabs/shannon:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user