Files
kubernetes-security-baselin…/argocd/apps/falco.yaml
T
swaphb 1c1e9dc394
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m12s
upgrade falco helm chart to 9.1.0
2026-08-10 17:51:55 -04:00

30 lines
736 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: falco
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
project: default
sources:
- repoURL: https://falcosecurity.github.io/charts
chart: falco
# Chart 9.1.0 deploys Falco app version 0.44.1.
targetRevision: 9.1.0
helm:
valueFiles:
- $values/falco/falco-values.yaml
- repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: falco
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true