14 Commits

Author SHA1 Message Date
Flux bec94d64a4 Add Flux sync manifests 2026-06-19 14:31:05 +03:00
Flux e42d35e016 Add Flux v2.8.8 component manifests 2026-06-19 14:31:02 +03:00
renovate 24248d4186 chore(k8s/media): update lscr.io/linuxserver/qbittorrent docker tag to v5.2.2 2026-06-16 12:01:03 +00:00
renovate fde96ef9d0 chore(k8s/media): update lscr.io/linuxserver/radarr docker tag to v6.2.1 2026-06-11 18:01:19 +00:00
renovate a27ef8c1d8 chore(k8s/media): update lscr.io/linuxserver/prowlarr docker tag to v2.4.0 2026-06-11 18:01:01 +00:00
renovate 31b9091263 chore(k8s/jellyfin): update jellyfin/jellyfin docker tag to v10.11.11 2026-06-06 18:00:32 +00:00
renovate eb79961993 chore(k8s/media): update dependency seerr-team/seerr to v3.3.0 2026-06-02 12:01:48 +00:00
renovate aa3ef41304 chore(k8s/media): update lscr.io/linuxserver/qbittorrent docker tag to v5.2.1 2026-05-26 06:00:46 +00:00
renovate 7095e75193 chore(k8s/jellyfin): update jellyfin/jellyfin docker tag to v10.11.10 2026-05-25 00:01:02 +00:00
renovate 0c6f9776dc chore(k8s/jellyfin): update jellyfin/jellyfin docker tag to v10.11.9 2026-05-21 06:00:51 +00:00
renovate 0d9a565c3a chore(k8s/gitea): update gitea/gitea docker tag to v1.26.2 2026-05-21 00:01:13 +00:00
oleksandr 5b59c0758d fix(k8s/blog): use relative redirects in nginx 2026-05-17 17:18:44 +03:00
oleksandr d3f0714bc7 fix(k8s/authelia): pin redis chart to 25.5.3 2026-05-12 21:56:59 +03:00
oleksandr 2bd0f29ac6 feat(k8s/gitea): add renovate support 2026-05-12 01:29:19 +03:00
11 changed files with 6640 additions and 13 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,27 @@
# This manifest was generated by flux. DO NOT EDIT.
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: master
secretRef:
name: flux-system
url: https://github.com/berezovskyi-oleksandr/homelab.git
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m0s
path: ./kubernetes-monitoring
prune: true
sourceRef:
kind: GitRepository
name: flux-system
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
+1
View File
@@ -10,6 +10,7 @@ data:
server_name _;
root /git/current;
index index.html;
absolute_redirect off;
location /health {
access_log off;
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -43,7 +43,7 @@ spec:
mountPath: /db-local
containers:
- name: jellyfin
image: jellyfin/jellyfin:10.11.8
image: jellyfin/jellyfin:10.11.11
env:
- name: JELLYFIN_PublishedServerUrl
value: https://${JELLYFIN_HOST}
@@ -45,7 +45,7 @@ spec:
- psql -d postgres -c 'CREATE DATABASE "prowlarr-log"' || true
containers:
- name: prowlarr
image: lscr.io/linuxserver/prowlarr:2.3.5
image: lscr.io/linuxserver/prowlarr:2.4.0
envFrom:
- configMapRef:
name: media-common-env
@@ -29,7 +29,7 @@ spec:
mountPath: /media
containers:
- name: qbittorrent
image: lscr.io/linuxserver/qbittorrent:5.2.0
image: lscr.io/linuxserver/qbittorrent:5.2.2
envFrom:
- configMapRef:
name: media-common-env
+1 -1
View File
@@ -54,7 +54,7 @@ spec:
- psql -d postgres -c 'CREATE DATABASE "radarr-log"' || true
containers:
- name: radarr
image: lscr.io/linuxserver/radarr:6.1.1
image: lscr.io/linuxserver/radarr:6.2.1
envFrom:
- configMapRef:
name: media-common-env
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
targetNamespace: media
values:
image:
tag: v3.2.0
tag: v3.3.0
podLabels:
app: seerr
extraEnv:
@@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: redis
version: 25.x
version: 25.5.3
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository