mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
26 lines
584 B
YAML
26 lines
584 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: '{{ .Release.Name }}-aqua'
|
|
spec:
|
|
interval: 1h
|
|
url: https://aquasecurity.github.io/helm-charts/
|
|
|
|
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: '{{ .Release.Name }}-aqua'
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: trivy-operator
|
|
reconcileStrategy: ChartVersion
|
|
sourceRef:
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
name: '{{ .Release.Name }}-aqua'
|
|
namespace: '{{ .Release.Namespace }}'
|
|
interval: 1h
|
|
values: {}
|