Compare commits
2 Commits
8eb2ade823
...
8e8655e917
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e8655e917 | |||
| e29c03aee7 |
@@ -4,6 +4,9 @@ My openWebUI/searxng configs, plugins, RAG server, as well as a custom program t
|
||||
|
||||
*Last updated: 2025-09-10*
|
||||
|
||||
> [!TIP]
|
||||
> Looking for the compose version of this? See the [compose]()
|
||||
|
||||
---
|
||||
|
||||
## Summary :3
|
||||
|
||||
@@ -4,12 +4,15 @@ metadata: { name: airflow, namespace: ai }
|
||||
spec:
|
||||
project: ai-stack
|
||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||
source:
|
||||
repoURL: https://airflow.apache.org
|
||||
sources:
|
||||
- repoURL: https://airflow.apache.org
|
||||
chart: airflow
|
||||
targetRevision: "*"
|
||||
helm:
|
||||
valueFiles:
|
||||
- apps/values/airflow.yaml
|
||||
syncPolicy:
|
||||
automated: { prune: true, selfHeal: true }
|
||||
- $values/values/airflow.yaml
|
||||
|
||||
- repoURL: https://git.ion606.com/ion606/ollama-plus
|
||||
targetRevision: argo
|
||||
ref: values
|
||||
syncPolicy: { automated: { prune: true, selfHeal: true } }
|
||||
|
||||
Reference in New Issue
Block a user