Move repositories to repos namespace

main
trivernis 1 year ago
parent 053cef6193
commit 72ca426a6d
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -9,6 +9,5 @@ resources:
- app/admin-sealedsecret.yaml
- app/postgres-sealedsecret.yaml
- app/postgres.yaml
- app/repository.yaml
- app/release.yaml
- app/route.yaml

@ -1,9 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: forgejo
namespace: forgejo
spec:
type: oci
interval: 60m
url: oci://codeberg.org/forgejo-contrib

@ -5,7 +5,6 @@ metadata:
name: longhorn
resources:
- app/minio-sealedsecret.yaml
- app/repository.yaml
- app/release.yaml
- app/crypto-sealedsecret.yaml
- app/crypto-storageclass.yaml

@ -11,6 +11,7 @@ spec:
sourceRef:
kind: HelmRepository
name: longhorn
namespace: repos
interval: 60m
install:
remediation:

@ -6,6 +6,5 @@ metadata:
resources:
- app/namespace.yaml
- app/metrics-sealedsecret.yaml
- app/repository.yaml
- app/release.yaml
- app/route.yaml

@ -10,7 +10,8 @@ spec:
chart: kube-prometheus-stack
sourceRef:
kind: HelmRepository
name: prometheus
name: prometheus-community
namespace: repos
interval: 60m
install:
remediation:

@ -1,8 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: prometheus
namespace: metrics
spec:
interval: 60m
url: https://prometheus-community.github.io/helm-charts

@ -7,6 +7,5 @@ resources:
- app/namespace.yaml
- app/miniflux-sealedsecret.yaml
- app/postgres.yaml
- app/repository.yaml
- app/release.yaml
- app/route.yaml

@ -10,7 +10,8 @@ spec:
chart: miniflux
sourceRef:
kind: HelmRepository
name: miniflux
name: gabe565
namespace: repos
interval: 60m
install:
remediation:

@ -5,6 +5,5 @@ metadata:
name: uptime-kuma
resources:
- app/namespace.yaml
- app/repository.yaml
- app/release.yaml
- app/route.yaml

@ -10,7 +10,8 @@ spec:
chart: uptime-kuma
sourceRef:
kind: HelmRepository
name: uptime-kuma
name: irsigler
namespace: repos
interval: 60m
install:
remediation:

@ -1,8 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: miniflux
namespace: miniflux
name: gabe565
namespace: repos
spec:
type: oci
interval: 60m

@ -1,8 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: uptime-kuma
namespace: uptime-kuma
name: irsigler
namespace: repos
spec:
interval: 60m
url: https://helm.irsigler.cloud

@ -2,7 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: longhorn
namespace: longhorn-system
namespace: repos
spec:
interval: 60m
url: https://charts.longhorn.io

@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: prometheus-community
namespace: repos
spec:
interval: 60m
url: https://prometheus-community.github.io/helm-charts
Loading…
Cancel
Save