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 serviceAccountName: default
containers: containers:
- name: gumbo-worker - name: gumbo-worker
image: 192.168.8.250:5000/agentic-os/gumbo-worker:latest image: python:3.11-slim
imagePullPolicy: Always imagePullPolicy: Always
command: ["sleep", "infinity"]
env: env:
- name: TEMPORAL_ADDRESS - name: TEMPORAL_ADDRESS
value: "temporal-frontend.ai-core.svc.cluster.local:7233" value: "temporal-frontend.ai-core.svc.cluster.local:7233"

View File

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