Files
auricom-home-cluster/kubernetes/archive/trivy-system/trivy-operator/app/helmrelease.yaml
feisar-bot 69db1489b9 ⬆️ Update chart trivy-operator to 0.13.2
| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | trivy-operator | 0.13.1 | 0.13.2 |
2023-04-27 22:18:11 +00:00

42 lines
958 B
YAML

---
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: trivy-operator
namespace: trivy-system
spec:
interval: 15m
chart:
spec:
chart: trivy-operator
version: 0.13.2
sourceRef:
kind: HelmRepository
name: aqua
namespace: flux-system
maxHistory: 3
install:
createNamespace: true
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
retries: 3
uninstall:
keepHistory: false
values:
excludeNamespaces: "{{ .Release.Namespace }}"
operator:
replicas: 3
scanJobsConcurrentLimit: 3
vulnerabilityScannerScanOnlyCurrentRevisions: true
configAuditScannerScanOnlyCurrentRevisions: true
trivy:
ignoreUnfixed: true
serviceMonitor:
enabled: true