12 lines
312 B
YAML
12 lines
312 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata: { name: searxng, namespace: ai }
|
|
spec:
|
|
source:
|
|
repoURL: https://charts.kubito.dev # alt charts.searxng.org
|
|
chart: searxng
|
|
targetRevision: "*"
|
|
helm:
|
|
valueFiles:
|
|
- apps/values/searxng.yaml
|