Compare commits

...

28 commits

Author SHA1 Message Date
a8a22e52d9 ⬆️ Update ghcr.io/linuxserver/bazarr Docker digest to 5da74fc 2024-07-16 20:01:58 +00:00
3401b9959b done with flux 2024-07-13 10:22:20 -04:00
9f9d2291e1 test 2024-07-13 10:21:13 -04:00
6be6f216a3 test 2024-07-13 10:20:24 -04:00
0cf554d66f test 2024-07-13 10:19:23 -04:00
945937b59c tets 2024-07-13 10:18:35 -04:00
bda9106af2 terst 2024-07-13 10:12:38 -04:00
5b1ac8ab40 done with that bs 2024-07-12 21:55:46 -04:00
9df073eaea test 2024-07-12 21:52:57 -04:00
1a5b22ec9c test 2024-07-12 21:51:30 -04:00
5137706f14 test 2024-07-12 21:46:18 -04:00
4d96065d81 test 2024-07-12 21:42:44 -04:00
215a394bf2 test 2024-07-12 21:33:48 -04:00
2734e27745 test 2024-07-12 21:31:57 -04:00
8c543f74ce test 2024-07-12 20:53:05 -04:00
821158b12b test 2024-07-12 20:22:47 -04:00
d8bc1b0846 never thought i would spend 4 days trying to figure out variable substitution but here we are 2024-07-11 22:20:53 -04:00
fdc5f9c013 test 2024-07-11 21:58:45 -04:00
d23065af9e test 2024-07-11 21:54:03 -04:00
dc93791c99 test 2024-07-11 21:50:02 -04:00
e813e5a3a9 testing 2024-07-09 20:48:02 -04:00
d0a631d430 testing 2024-07-09 20:44:28 -04:00
6598e55d95 testing 2024-07-09 20:41:32 -04:00
3ea1d2feee testing 2024-07-09 20:34:50 -04:00
594c5c618f testing 2024-07-09 20:32:46 -04:00
c2fb8c2864 testing 2024-07-09 20:28:02 -04:00
24a60c6c1f testing 2024-07-09 20:24:12 -04:00
7a96b01ac1 testing 2024-07-09 20:22:28 -04:00
5 changed files with 9 additions and 28 deletions

View file

@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: bazarr - name: bazarr
image: ghcr.io/linuxserver/bazarr@sha256:86ad012fc31e974dcf0147900a202443d92d12f4334a9e4ec89baa2052fb12fa image: ghcr.io/linuxserver/bazarr@sha256:5da74fc1bbd5da69e3b4f9b2376f6ccfbe3b47f143e6eb5651ed37cc1d4412dd
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: PUID - name: PUID

View file

@ -42,7 +42,7 @@ spec:
- name: nas - name: nas
nfs: nfs:
path: /mnt/thePool/thePoolShare path: /mnt/thePool/thePoolShare
server: ${NAS_IP} server: nas.local.mafyuh.com
- name: radarr-config - name: radarr-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: radarr-config claimName: radarr-config

View file

@ -1,16 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 10m0s
path: ./cluster/apps
prune: true
sourceRef:
kind: GitRepository
name: kub-repo
postBuild:
substituteFrom:
- kind: ConfigMap
name: global-vars

View file

@ -1,10 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: kub-repo
namespace: flux-system
spec:
interval: 10m0s
url: https://git.mafyuh.dev/mafyuh/kub
ref:
branch: main

View file

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: apps
namespace: flux-system
data:
path: /mnt/thePool/thePoolShare