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/admin-sealedsecret.yaml
- app/postgres-sealedsecret.yaml - app/postgres-sealedsecret.yaml
- app/postgres.yaml - app/postgres.yaml
- app/repository.yaml
- app/release.yaml - app/release.yaml
- app/route.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 name: longhorn
resources: resources:
- app/minio-sealedsecret.yaml - app/minio-sealedsecret.yaml
- app/repository.yaml
- app/release.yaml - app/release.yaml
- app/crypto-sealedsecret.yaml - app/crypto-sealedsecret.yaml
- app/crypto-storageclass.yaml - app/crypto-storageclass.yaml

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

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

@ -10,7 +10,8 @@ spec:
chart: kube-prometheus-stack chart: kube-prometheus-stack
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus name: prometheus-community
namespace: repos
interval: 60m interval: 60m
install: install:
remediation: 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/namespace.yaml
- app/miniflux-sealedsecret.yaml - app/miniflux-sealedsecret.yaml
- app/postgres.yaml - app/postgres.yaml
- app/repository.yaml
- app/release.yaml - app/release.yaml
- app/route.yaml - app/route.yaml

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

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

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

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

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

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