OpenViking application.yaml: fix invalid Helm chart source (chart -> path)

- Changed source 1 from 'chart: deploy/helm/openviking' to 'path: deploy/helm/openviking'
- ArgoCD multi-source now correctly resolves the Helm chart from the git repo
- targetRevision: main now correctly refers to a git branch, not a chart version
- Fixes: invalid revision 'main': improper constraint error
This commit is contained in:
Hermes Agent service account
2026-08-13 23:36:50 -05:00
parent d9e41118f8
commit d0f3ddba0d

View File

@@ -29,8 +29,8 @@ spec:
sources: sources:
# Source 1: Helm chart from upstream VolcEngine/OpenViking repository # Source 1: Helm chart from upstream VolcEngine/OpenViking repository
- repoURL: https://github.com/volcengine/openviking.git - repoURL: https://github.com/volcengine/openviking.git
chart: deploy/helm/openviking
targetRevision: main targetRevision: main
path: deploy/helm/openviking
helm: helm:
valueFiles: valueFiles:
# Local values override upstream defaults # Local values override upstream defaults