From 49c3415639887ee46ea4b924a4172ff281e74f2c Mon Sep 17 00:00:00 2001 From: Jethro Cotton Date: Mon, 16 Mar 2026 18:37:58 +1300 Subject: [PATCH] fix(flux): move wikijs HelmRepository to infrastructure sources --- apps/wikijs/kustomization.yaml | 1 - infrastructure/sources/kustomization.yaml | 1 + .../helmrepository.yaml => infrastructure/sources/wikijs.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename apps/wikijs/helmrepository.yaml => infrastructure/sources/wikijs.yaml (82%) diff --git a/apps/wikijs/kustomization.yaml b/apps/wikijs/kustomization.yaml index 0080371..df4b058 100644 --- a/apps/wikijs/kustomization.yaml +++ b/apps/wikijs/kustomization.yaml @@ -1,6 +1,5 @@ resources: - namespace.yaml -- helmrepository.yaml - helmrelease.yaml namespace: wikijs diff --git a/infrastructure/sources/kustomization.yaml b/infrastructure/sources/kustomization.yaml index 2788309..ebf52aa 100644 --- a/infrastructure/sources/kustomization.yaml +++ b/infrastructure/sources/kustomization.yaml @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - robjuz.yaml +- wikijs.yaml diff --git a/apps/wikijs/helmrepository.yaml b/infrastructure/sources/wikijs.yaml similarity index 82% rename from apps/wikijs/helmrepository.yaml rename to infrastructure/sources/wikijs.yaml index 2323329..ba36d49 100644 --- a/apps/wikijs/helmrepository.yaml +++ b/infrastructure/sources/wikijs.yaml @@ -5,4 +5,4 @@ kind: HelmRepository namespace: flux-system spec: interval: 12h - url: https://charts.js.wiki + url: https://charts.js.wiki \ No newline at end of file