feat: add calibre, portainer, egress-gateway, trivy-system, kyverno, olallalab

This commit is contained in:
2026-04-29 15:02:13 +02:00
parent 86feb58574
commit 44ee16960b
12 changed files with 329 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: trivy-system
namespace: argocd
spec:
project: default
source:
repoURL: https://aquasecurity.github.io/helm-charts/
chart: trivy-operator
targetRevision: 0.18.4
helm:
releaseName: trivy-operator
destination:
server: https://kubernetes.default.svc
namespace: trivy-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true