Update Trivy dashboard application manifest to specify the OCI Helm path as '.' for compatibility with Argo CD documentation, ensuring correct deployment of the trivy-operator-dashboard.

This commit is contained in:
Nikholas Pcenicni
2026-05-14 17:24:09 -04:00
parent e48283fc43
commit 24cd07015d

View File

@@ -10,7 +10,9 @@ metadata:
spec: spec:
project: default project: default
sources: sources:
# OCI Helm: **path** must be **.** per https://argo-cd.readthedocs.io/en/stable/user-guide/oci/
- repoURL: oci://ghcr.io/raoulx24/charts/trivy-operator-dashboard - repoURL: oci://ghcr.io/raoulx24/charts/trivy-operator-dashboard
path: .
targetRevision: 1.8.0 targetRevision: 1.8.0
helm: helm:
releaseName: trivy-operator-dashboard releaseName: trivy-operator-dashboard