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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user