fix: correct temporal helm values path in ArgoCD app

This commit is contained in:
Antigravity 2026-05-21 17:35:59 -04:00
parent a06c87a4de
commit c9e3449827
2 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@ spec:
serviceAccountName: default
containers:
- name: gumbo-worker
image: 192.168.8.250:5000/agentic-os/gumbo-worker:latest
image: python:3.11-slim
imagePullPolicy: Always
command: ["sleep", "infinity"]
env:
- name: TEMPORAL_ADDRESS
value: "temporal-frontend.ai-core.svc.cluster.local:7233"

View File

@ -16,7 +16,7 @@ spec:
targetRevision: 0.55.0
helm:
valueFiles:
- $values/helm-values.yaml
- $values/ai-core/temporal/helm-values.yaml
- repoURL: http://192.168.8.248:3000/deepkoluguri/agentic-os.git
targetRevision: main
ref: values