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 @@ -18,7 +18,7 @@ a2a:

image:
repository: ghcr.io/izzywdev/fuzeagent-a2a
tag: latest
tag: d82c533b0b3b
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: 7b2ecd8fbbf0
tag: d82c533b0b3b
# 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: 7b2ecd8fbbf0
tag: d82c533b0b3b

ui:
image:
repository: ghcr.io/izzywdev/fuzeagent-ui
tag: 7b2ecd8fbbf0
tag: d82c533b0b3b

mcpServer:
image:
repository: ghcr.io/izzywdev/fuzeagent-mcp-server
tag: 7b2ecd8fbbf0
tag: d82c533b0b3b

# 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