17 Commits

Author SHA1 Message Date
3d6ddc70ea Merge branch 'main' into refactor/server-restructure 2025-06-07 21:42:34 -04:00
7df611f789 update longhorn secret 2025-06-07 21:41:14 -04:00
0dfdb72561 update longhorn secret 2025-06-07 21:24:43 -04:00
b9f8009427 update longhorn again 2025-06-07 19:12:33 -04:00
ee994cbca0 update longhorn again 2025-06-07 19:10:01 -04:00
dc8e9950af update longhorn 2025-06-07 19:07:20 -04:00
8c2a23e0ff refactor all apps 2025-06-07 18:14:12 -04:00
9a0e44f813 remove snapshot controller 2025-06-07 17:04:04 -04:00
f6f9f2a365 Merge branch 'main' into refactor/server-restructure 2025-06-07 17:03:17 -04:00
941841ddce remove snapshot controller 2025-06-07 16:58:37 -04:00
9f0944e4ce remove traefik-config 2025-06-07 16:39:00 -04:00
3d3282cf1b remove faulty helm repo 2025-06-07 16:35:47 -04:00
b09446668d initial refactor 2025-06-07 16:33:55 -04:00
5ac011f02b remove pruning on all kustomizations in preparation for update 2025-06-07 16:24:51 -04:00
6ff7c9b8c4 Revert "test: kustomization inside kustomization"
This reverts commit 7b8766c683.
2025-06-07 14:59:21 -04:00
7b8766c683 test: kustomization inside kustomization 2025-06-07 14:55:36 -04:00
ec2d0a8c84 Merge pull request #3 from michaelthomson0797/chore/update-crds
Chore: Update all flux crd versions
2025-06-07 13:12:06 -04:00
285 changed files with 204 additions and 652 deletions

View File

@@ -11,7 +11,6 @@ spec:
sourceRef:
kind: HelmRepository
name: gitea
namespace: flux-system
interval: 15m
timeout: 5m
releaseName: gitea

View File

@@ -2,7 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: gitea
namespace: flux-system
namespace: gitea
spec:
interval: 15m
url: https://dl.gitea.io/charts

View File

@@ -11,7 +11,6 @@ spec:
sourceRef:
kind: HelmRepository
name: immich
namespace: flux-system
interval: 15m
timeout: 5m
releaseName: immich

View File

@@ -2,7 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: immich
namespace: flux-system
namespace: immich
spec:
interval: 15m
url: https://immich-app.github.io/immich-charts

View File

@@ -11,7 +11,6 @@ spec:
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
interval: 15m
timeout: 5m
releaseName: kube-prometheus-stack

View File

@@ -2,7 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: prometheus-community
namespace: flux-system
namespace: kube-prometheus-stack
spec:
interval: 15m
url: https://prometheus-community.github.io/helm-charts

Some files were not shown because too many files have changed in this diff Show More