2026-02-03 23:22:15 +02:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
2026-02-04 16:46:14 +02:00
|
|
|
# Updated: Fixed n8n volume permissions issue
|
2026-02-03 23:22:15 +02:00
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
- external-secrets.yaml
|
2026-02-04 01:49:36 +02:00
|
|
|
- storage.yaml
|
2026-02-03 23:22:15 +02:00
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
|
- name: n8n
|
|
|
|
|
repo: https://community-charts.github.io/helm-charts
|
|
|
|
|
version: 1.16.28
|
|
|
|
|
releaseName: n8n
|
|
|
|
|
namespace: n8n
|
2026-02-04 01:25:31 +02:00
|
|
|
valuesFile: values-n8n.yaml
|
|
|
|
|
includeCRDs: true
|
2026-02-04 14:25:20 +02:00
|
|
|
- name: yacy
|
2026-02-04 14:54:57 +02:00
|
|
|
repo: https://gt.hexor.cy/api/packages/ab/helm
|
2026-02-04 16:40:58 +02:00
|
|
|
version: 0.1.2
|
2026-02-04 14:25:20 +02:00
|
|
|
releaseName: yacy
|
|
|
|
|
namespace: n8n
|
|
|
|
|
valuesFile: values-yacy.yaml
|
|
|
|
|
includeCRDs: true
|