Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/helm/a2a-shared/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ a2a:

image:
repository: ghcr.io/izzywdev/fuzeagent-a2a
tag: 5772f14a7a75
tag: 3f3d4082c06f
pullPolicy: IfNotPresent

service:
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/fuzeagent/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ imagePullSecrets:
orchestrator:
image:
repository: ghcr.io/izzywdev/fuzeagent-orchestrator
tag: 5772f14a7a75
tag: 3f3d4082c06f
# First-light guardrails (also the chart default; pinned here for clarity).
execution:
autonomous: false
Expand All @@ -30,17 +30,17 @@ orchestrator:
hierarchyApi:
image:
repository: ghcr.io/izzywdev/fuzeagent-hierarchy-api
tag: 5772f14a7a75
tag: 3f3d4082c06f

ui:
image:
repository: ghcr.io/izzywdev/fuzeagent-ui
tag: 5772f14a7a75
tag: 3f3d4082c06f

mcpServer:
image:
repository: ghcr.io/izzywdev/fuzeagent-mcp-server
tag: 5772f14a7a75
tag: 3f3d4082c06f

# Admin console — host sits under the *.prod.fuzefront.com wildcard, which is
# already behind Cloudflare Access email-OTP + routed through the CF tunnel to
Expand Down