1 Commits

Author SHA1 Message Date
7cee85a20c Update ghcr.io/qdm12/gluetun Docker tag to v3.41.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 23s
2025-12-31 05:50:59 +00:00
64 changed files with 456 additions and 119 deletions

View File

@@ -78,7 +78,7 @@ actual:
volsync-target-data: volsync-target-data:
pvcTarget: actual-data pvcTarget: actual-data
local: local:
enabled: true enabled: false
schedule: 0 8 * * * schedule: 0 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -124,7 +124,7 @@ audiobookshelf:
volsync-target-config: volsync-target-config:
pvcTarget: audiobookshelf-config pvcTarget: audiobookshelf-config
local: local:
enabled: true enabled: false
schedule: 2 8 * * * schedule: 2 8 * * *
remote: remote:
enabled: false enabled: false
@@ -134,7 +134,7 @@ volsync-target-config:
volsync-target-metadata: volsync-target-metadata:
pvcTarget: audiobookshelf-metadata pvcTarget: audiobookshelf-metadata
local: local:
enabled: true enabled: false
schedule: 4 8 * * * schedule: 4 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -109,7 +109,7 @@ redis-replication:
existingSecret: existingSecret:
enabled: false enabled: false
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3

View File

@@ -108,7 +108,7 @@ backrest:
volsync-target-data: volsync-target-data:
pvcTarget: backrest-data pvcTarget: backrest-data
local: local:
enabled: true enabled: false
schedule: 6 8 * * * schedule: 6 8 * * *
remote: remote:
enabled: false enabled: false
@@ -118,7 +118,7 @@ volsync-target-data:
volsync-target-config: volsync-target-config:
pvcTarget: backrest-config pvcTarget: backrest-config
local: local:
enabled: true enabled: false
schedule: 8 8 * * * schedule: 8 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -84,7 +84,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 10 8 * * * schedule: 10 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -159,6 +159,7 @@ blocky:
sonarr IN CNAME traefik-cl01tl sonarr IN CNAME traefik-cl01tl
sonarr-4k IN CNAME traefik-cl01tl sonarr-4k IN CNAME traefik-cl01tl
sonarr-anime IN CNAME traefik-cl01tl sonarr-anime IN CNAME traefik-cl01tl
soulsync IN CNAME traefik-cl01tl
stalwart IN CNAME traefik-cl01tl stalwart IN CNAME traefik-cl01tl
tautulli IN CNAME traefik-cl01tl tautulli IN CNAME traefik-cl01tl
tdarr IN CNAME traefik-cl01tl tdarr IN CNAME traefik-cl01tl

View File

@@ -9,7 +9,7 @@ booklore:
main: main:
image: image:
repository: ghcr.io/booklore-app/booklore repository: ghcr.io/booklore-app/booklore
tag: v1.16.2 tag: v1.16.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ
@@ -218,7 +218,7 @@ mariadb-cluster:
volsync-target-config: volsync-target-config:
pvcTarget: booklore-config pvcTarget: booklore-config
local: local:
enabled: true enabled: false
schedule: 12 8 * * * schedule: 12 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -1,19 +1,19 @@
# apiVersion: "cilium.io/v2alpha1" apiVersion: "cilium.io/v2alpha1"
# kind: CiliumL2AnnouncementPolicy kind: CiliumL2AnnouncementPolicy
# metadata: metadata:
# name: general-l2-policy name: general-l2-policy
# namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
# labels: labels:
# app.kubernetes.io/name: general-l2-policy app.kubernetes.io/name: general-l2-policy
# app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
# app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
# spec: spec:
# nodeSelector: nodeSelector:
# matchExpressions: matchExpressions:
# - key: kubernetes.io/hostname - key: kubernetes.io/hostname
# operator: Exists operator: Exists
# interfaces: interfaces:
# - end0 - end0
# - enp6s0 - enp6s0
# externalIPs: true externalIPs: true
# loadBalancerIPs: true loadBalancerIPs: true

View File

@@ -26,7 +26,7 @@ cilium:
- SYS_ADMIN - SYS_ADMIN
- SYS_RESOURCE - SYS_RESOURCE
l2announcements: l2announcements:
enabled: false enabled: true
bgpControlPlane: bgpControlPlane:
enabled: false enabled: false
secretsNamespace: secretsNamespace:

View File

@@ -76,7 +76,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 16 8 * * * schedule: 16 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -216,7 +216,7 @@ redis-replication:
name: directus-redis-config name: directus-redis-config
key: password key: password
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3

View File

@@ -130,7 +130,7 @@ ephemera:
volsync-target-config: volsync-target-config:
pvcTarget: ephemera pvcTarget: ephemera
local: local:
enabled: true enabled: false
schedule: 16 8 * * * schedule: 16 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -247,7 +247,7 @@ volsync-target-data:
- 109 - 109
- 65539 - 65539
local: local:
enabled: true enabled: false
schedule: 18 8 * * * schedule: 18 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -403,20 +403,20 @@ garage:
readOnly: true readOnly: true
mountPropagation: None mountPropagation: None
subPath: garage-1.toml subPath: garage-1.toml
db-1: # db-1:
forceRename: garage-db-1 # forceRename: garage-db-1
storageClass: ceph-block # storageClass: ceph-block
accessMode: ReadWriteOnce # accessMode: ReadWriteOnce
size: 50Gi # size: 50Gi
retain: true # retain: true
advancedMounts: # advancedMounts:
server-1: # server-1:
main: # main:
- path: /var/lib/garage/meta # - path: /var/lib/garage/meta
readOnly: false # readOnly: false
debug: # debug:
- path: /var/lib/garage/meta # - path: /var/lib/garage/meta
readOnly: false # readOnly: false
db-2: db-2:
forceRename: garage-db-2 forceRename: garage-db-2
storageClass: ceph-block storageClass: ceph-block

View File

@@ -316,6 +316,9 @@ gatus:
- name: rayflume - name: rayflume
url: https://rayflume.alexlebens.net url: https://rayflume.alexlebens.net
<<: *defaults <<: *defaults
- name: soulsync
url: https://soulsync.alexlebens.net
<<: *defaults
- name: slskd - name: slskd
url: https://slskd.alexlebens.net url: https://slskd.alexlebens.net
<<: *defaults <<: *defaults
@@ -421,7 +424,7 @@ postgres-18-cluster:
volsync-target-data: volsync-target-data:
pvcTarget: gatus pvcTarget: gatus
local: local:
enabled: true enabled: false
schedule: 22 8 * * * schedule: 22 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -142,7 +142,7 @@ redis-replication:
existingSecret: existingSecret:
enabled: false enabled: false
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3

View File

@@ -133,7 +133,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 24 8 * * * schedule: 24 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -667,6 +667,12 @@ homepage:
href: https://lidatube.alexlebens.net href: https://lidatube.alexlebens.net
siteMonitor: http://lidatube.lidatube:80 siteMonitor: http://lidatube.lidatube:80
statusStyle: dot statusStyle: dot
- SoulSync:
icon: sh-soulsync.webp
description: Playlist Sync
href: https://soulsync.alexlebens.net
siteMonitor: http://soulsync.soulsync:80
statusStyle: dot
- slskd: - slskd:
icon: sh-slskd.webp icon: sh-slskd.webp
description: slskd description: slskd

View File

@@ -61,7 +61,7 @@ huntarr:
volsync-target-config: volsync-target-config:
pvcTarget: huntarr-config pvcTarget: huntarr-config
local: local:
enabled: true enabled: false
schedule: 26 8 * * * schedule: 26 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -226,9 +226,9 @@ redis-replication:
existingSecret: existingSecret:
enabled: false enabled: false
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3
volsync-target-data: volsync-target-data:
pvcTarget: immich pvcTarget: immich

View File

@@ -142,7 +142,7 @@ meilisearch:
volsync-target-config: volsync-target-config:
pvcTarget: jellyfin-config pvcTarget: jellyfin-config
local: local:
enabled: true enabled: false
schedule: 30 8 * * * schedule: 30 8 * * *
restic: restic:
cacheCapacity: 10Gi cacheCapacity: 10Gi

View File

@@ -144,7 +144,7 @@ postgres-18-cluster:
volsync-target-data: volsync-target-data:
pvcTarget: jellystat-data pvcTarget: jellystat-data
local: local:
enabled: true enabled: false
schedule: 32 8 * * * schedule: 32 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -9,7 +9,7 @@ karakeep:
main: main:
image: image:
repository: ghcr.io/karakeep-app/karakeep repository: ghcr.io/karakeep-app/karakeep
tag: 0.30.0 tag: 0.29.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: DATA_DIR - name: DATA_DIR
@@ -171,7 +171,7 @@ meilisearch:
volsync-target-data: volsync-target-data:
pvcTarget: karakeep pvcTarget: karakeep
local: local:
enabled: true enabled: false
schedule: 34 8 * * * schedule: 34 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -174,12 +174,12 @@ redis-replication:
existingSecret: existingSecret:
enabled: false enabled: false
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
volumeClaimTemplate: volumeClaimTemplate:
spec: spec:
resources: resources:
requests: requests:
storage: 10Gi storage: 10Gi
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3

View File

@@ -74,7 +74,7 @@ libation:
volsync-target-config: volsync-target-config:
pvcTarget: libation pvcTarget: libation
local: local:
enabled: true enabled: false
schedule: 36 8 * * * schedule: 36 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -171,7 +171,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 38 8 * * * schedule: 38 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -93,7 +93,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 40 8 * * * schedule: 40 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -74,7 +74,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 42 8 * * * schedule: 42 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -13,16 +13,26 @@ local-path-provisioner:
reclaimPolicy: Delete reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer volumeBindingMode: WaitForFirstConsumer
nodePathMap: nodePathMap:
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES - node: talos-2di-ktg
paths: paths:
- /var/mnt/local-storage - /var/local-path-provisioner
- node: talos-9vs-6hh
paths:
- /var/local-path-provisioner
- node: talos-aoq-hpv
paths:
- /var/local-path-provisioner
affinity: affinity:
nodeAffinity: nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms: nodeSelectorTerms:
- matchExpressions: - matchExpressions:
- key: node-role.kubernetes.io/local-storage-node - key: kubernetes.io/hostname
operator: Exists operator: In
values:
- talos-2di-ktg
- talos-9vs-6hh
- talos-aoq-hpv
configmap: configmap:
name: local-path-config name: local-path-config
setup: |- setup: |-

View File

@@ -478,7 +478,7 @@ redis-replication-hookshot:
volsync-target-synapse: volsync-target-synapse:
pvcTarget: matrix-synapse pvcTarget: matrix-synapse
local: local:
enabled: true enabled: false
schedule: 44 8 * * * schedule: 44 8 * * *
remote: remote:
enabled: false enabled: false
@@ -488,7 +488,7 @@ volsync-target-synapse:
volsync-target-hookshot: volsync-target-hookshot:
pvcTarget: matrix-hookshot pvcTarget: matrix-hookshot
local: local:
enabled: true enabled: false
schedule: 46 8 * * * schedule: 46 8 * * *
remote: remote:
enabled: false enabled: false
@@ -501,7 +501,7 @@ volsync-target-discord:
runAsUser: 1337 runAsUser: 1337
runAsGroup: 1337 runAsGroup: 1337
local: local:
enabled: true enabled: false
schedule: 48 8 * * * schedule: 48 8 * * *
remote: remote:
enabled: false enabled: false
@@ -514,7 +514,7 @@ volsync-target-whatsapp:
runAsUser: 1337 runAsUser: 1337
runAsGroup: 1337 runAsGroup: 1337
local: local:
enabled: true enabled: false
schedule: 50 8 * * * schedule: 50 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -161,7 +161,7 @@ volsync-target-data:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 52 8 * * * schedule: 52 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -307,7 +307,7 @@ volsync-target-data:
runAsUser: 1337 runAsUser: 1337
runAsGroup: 1337 runAsGroup: 1337
local: local:
enabled: true enabled: false
schedule: 54 8 * * * schedule: 54 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -188,7 +188,7 @@ redis-replication:
existingSecret: existingSecret:
enabled: false enabled: false
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3

View File

@@ -173,14 +173,14 @@ redis-replication:
name: postiz-redis-config name: postiz-redis-config
key: password key: password
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3
volsync-target-config: volsync-target-config:
pvcTarget: postiz-config pvcTarget: postiz-config
local: local:
enabled: true enabled: false
schedule: 56 8 * * * schedule: 56 8 * * *
remote: remote:
enabled: false enabled: false
@@ -190,7 +190,7 @@ volsync-target-config:
volsync-target-upload: volsync-target-upload:
pvcTarget: postiz-uploads pvcTarget: postiz-uploads
local: local:
enabled: true enabled: false
schedule: 58 8 * * * schedule: 58 8 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -83,7 +83,7 @@ volsync-target-config:
- 109 - 109
- 65539 - 65539
local: local:
enabled: true enabled: false
schedule: 0 11 * * * schedule: 0 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -48,7 +48,7 @@ qbittorrent:
gluetun: gluetun:
image: image:
repository: ghcr.io/qdm12/gluetun repository: ghcr.io/qdm12/gluetun
tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8 tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
lifecycle: lifecycle:
postStart: postStart:
@@ -437,7 +437,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 2 11 * * * schedule: 2 11 * * *
restic: restic:
copyMethod: Snapshot copyMethod: Snapshot
@@ -458,7 +458,7 @@ volsync-target-config:
volsync-target-qbit-manage-config: volsync-target-qbit-manage-config:
pvcTarget: qbittorrent-qbit-manage-config-data pvcTarget: qbittorrent-qbit-manage-config-data
local: local:
enabled: true enabled: false
schedule: 4 11 * * * schedule: 4 11 * * *
remote: remote:
enabled: false enabled: false
@@ -468,7 +468,7 @@ volsync-target-qbit-manage-config:
volsync-target-qui-config: volsync-target-qui-config:
pvcTarget: qbittorrent-qui-config-data pvcTarget: qbittorrent-qui-config-data
local: local:
enabled: true enabled: false
schedule: 6 11 * * * schedule: 6 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -171,7 +171,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 10 11 * * * schedule: 10 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -169,7 +169,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 12 11 * * * schedule: 12 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -169,7 +169,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 14 11 * * * schedule: 14 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -171,7 +171,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 8 11 * * * schedule: 8 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -95,7 +95,7 @@ redis-replication:
volsync-target-data: volsync-target-data:
pvcTarget: rayflume-data pvcTarget: rayflume-data
local: local:
enabled: true enabled: false
schedule: 16 11 * * * schedule: 16 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -85,8 +85,7 @@ rook-ceph-cluster:
cpu: 100m cpu: 100m
memory: 128Mi memory: 128Mi
storage: storage:
useAllDevices: false deviceFilter: sda
devicePathFilter: "/dev/disk/by-partlabel/r-csi-disk"
config: config:
osdsPerDevice: "1" osdsPerDevice: "1"
csi: csi:

View File

@@ -271,7 +271,7 @@ postgres-18-cluster:
volsync-target-data: volsync-target-data:
pvcTarget: roundcube-data pvcTarget: roundcube-data
local: local:
enabled: true enabled: false
schedule: 16 11 * * * schedule: 16 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -9,7 +9,7 @@ searxng:
main: main:
image: image:
repository: searxng/searxng repository: searxng/searxng
tag: latest@sha256:472dd0c84b8e2a05bca773b4a430b9fc9e4e92cd4fa0afaa223efab925ab752a tag: latest@sha256:1ad4159e74903f8870e3464df701b800a75bd2854f5d11b44ce09ee297f3c158
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL
@@ -39,7 +39,7 @@ searxng:
main: main:
image: image:
repository: searxng/searxng repository: searxng/searxng
tag: latest@sha256:472dd0c84b8e2a05bca773b4a430b9fc9e4e92cd4fa0afaa223efab925ab752a tag: latest@sha256:1ad4159e74903f8870e3464df701b800a75bd2854f5d11b44ce09ee297f3c158
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL
@@ -70,7 +70,7 @@ searxng:
gluetun: gluetun:
image: image:
repository: ghcr.io/qdm12/gluetun repository: ghcr.io/qdm12/gluetun
tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8 tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
lifecycle: lifecycle:
postStart: postStart:
@@ -220,7 +220,7 @@ searxng:
volsync-target-data: volsync-target-data:
pvcTarget: searxng-browser-data pvcTarget: searxng-browser-data
local: local:
enabled: true enabled: false
schedule: 18 11 * * * schedule: 18 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -32,7 +32,7 @@ seerr-chart:
volsync-target-config: volsync-target-config:
pvcTarget: seerr-seerr-chart-config pvcTarget: seerr-seerr-chart-config
local: local:
enabled: true enabled: false
schedule: 20 11 * * * schedule: 20 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -46,7 +46,7 @@ slskd:
gluetun: gluetun:
image: image:
repository: ghcr.io/qdm12/gluetun repository: ghcr.io/qdm12/gluetun
tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8 tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
lifecycle: lifecycle:
postStart: postStart:

View File

@@ -169,7 +169,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 24 11 * * * schedule: 24 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -169,7 +169,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 26 11 * * * schedule: 26 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -169,7 +169,7 @@ volsync-target-config:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: false
schedule: 22 11 * * * schedule: 22 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -0,0 +1,12 @@
dependencies:
- name: app-template
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.5.0
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:3f2befd8dc0c7cc73090a5e1648d200a757dbc3e58f7735940fc11b172ada4f9
generated: "2025-12-27T13:32:51.138317-06:00"

View File

@@ -0,0 +1,29 @@
apiVersion: v2
name: soulsync
version: 1.0.0
description: SoulSync
keywords:
- soulsync
- music
home: https://wiki.alexlebens.dev/s/
sources:
- https://github.com/Nezreka/SoulSync
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
maintainers:
- name: alexlebens
dependencies:
- name: app-template
alias: soulsync
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.5.0
- name: volsync-target
alias: volsync-target-config
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: volsync-target
alias: volsync-target-database
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/soulsync.png
# renovate: github=Nezreka/SoulSync
appVersion: 1.42.2

View File

@@ -0,0 +1,21 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: soulsync-config-secret
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: soulsync-config-secret
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: config.json
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/soulsync/config
metadataPolicy: None
property: config.json

View File

@@ -0,0 +1,36 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: soulsync-music-nfs-storage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: soulsync-music-nfs-storage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
volumeName: soulsync-music-nfs-storage
storageClassName: nfs-client
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: soulsync-slskd-nfs-storage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: soulsync-slskd-nfs-storage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
volumeName: soulsync-slskd-nfs-storage
storageClassName: nfs-client
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi

View File

@@ -0,0 +1,48 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: soulsync-music-nfs-storage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: soulsync-music-nfs-storage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: nfs-client
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
nfs:
path: /volume2/Storage/Music
server: synologybond.alexlebens.net
mountOptions:
- vers=4
- minorversion=1
- noac
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: soulsync-slskd-nfs-storage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: soulsync-slskd-nfs-storage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: nfs-client
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
nfs:
path: /volume2/Storage/slskd/Downloads
server: synologybond.alexlebens.net
mountOptions:
- vers=4
- minorversion=1
- noac

View File

@@ -0,0 +1,170 @@
soulsync:
controllers:
main:
type: deployment
replicas: 0
strategy: Recreate
revisionHistoryLimit: 3
initContainers:
init-copy-config:
image:
repository: busybox
tag: 1.37.0
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
command:
- /bin/sh
- -ec
- |
echo ">> Coping files ..."
ls /tmp
cp -fv /tmp/config.json /app/config/config.json
echo ">> Files in config:"
ls /app/config
containers:
main:
image:
repository: boulderbadgedad/soulsync
tag: latest
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
- name: PUID
value: 1000
- name: PGID
value: 1000
- name: FLASK_ENV
value: production
- name: PYTHONPATH
value: /app
- name: SOULSYNC_CONFIG_PATH
value: /app/config/config.json
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- CMD
- curl
- -f
- http://localhost:8888/
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 10
resources:
requests:
cpu: 100m
memory: 512Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 8008
protocol: HTTP
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- soulsync.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: soulsync
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /
persistence:
secret:
enabled: true
type: secret
name: soulsync-config-secret
advancedMounts:
main:
init-copy-config:
- path: /tmp/config.json
readOnly: true
mountPropagation: None
subPath: config.json
config:
forceRename: soulsync-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 10Gi
advancedMounts:
main:
main:
- path: /app/config
readOnly: false
init-copy-config:
- path: /app/config
readOnly: false
database:
forceRename: soulsync-database
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 10Gi
advancedMounts:
main:
main:
- path: /app/database
readOnly: false
downloads:
existingClaim: soulsync-slskd-nfs-storage
advancedMounts:
main:
main:
- path: /app/downloads
readOnly: false
transfer:
type: emptyDir
advancedMounts:
main:
main:
- path: /app/Transfer
readOnly: false
music:
existingClaim: soulsync-music-nfs-storage
advancedMounts:
main:
main:
- path: /music
readOnly: true
volsync-target-config:
pvcTarget: soulsync-config
local:
enabled: false
schedule: 28 11 * * *
remote:
enabled: false
external:
enabled: true
schedule: 28 12 * * *
volsync-target-database:
pvcTarget: soulsync-database
local:
enabled: false
schedule: 30 11 * * *
remote:
enabled: false
external:
enabled: true
schedule: 30 12 * * *

View File

@@ -118,14 +118,14 @@ redis-replication:
existingSecret: existingSecret:
enabled: false enabled: false
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3
volsync-target-config: volsync-target-config:
pvcTarget: stalwart-config pvcTarget: stalwart-config
local: local:
enabled: true enabled: false
schedule: 32 11 * * * schedule: 32 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -405,7 +405,7 @@ etcd-defrag:
main: main:
image: image:
repository: ghcr.io/siderolabs/talosctl repository: ghcr.io/siderolabs/talosctl
tag: v1.12.0 tag: v1.11.6
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
args: args:
- etcd - etcd
@@ -438,7 +438,7 @@ etcd-defrag:
main: main:
image: image:
repository: ghcr.io/siderolabs/talosctl repository: ghcr.io/siderolabs/talosctl
tag: v1.12.0 tag: v1.11.6
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
args: args:
- etcd - etcd
@@ -471,7 +471,7 @@ etcd-defrag:
main: main:
image: image:
repository: ghcr.io/siderolabs/talosctl repository: ghcr.io/siderolabs/talosctl
tag: v1.12.0 tag: v1.11.6
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
args: args:
- etcd - etcd

View File

@@ -170,7 +170,7 @@ tautulli:
volsync-target-config: volsync-target-config:
pvcTarget: tautulli-config pvcTarget: tautulli-config
local: local:
enabled: true enabled: false
schedule: 34 11 * * * schedule: 34 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -180,7 +180,7 @@ tdarr-exporter:
volsync-target-config: volsync-target-config:
pvcTarget: tdarr-config pvcTarget: tdarr-config
local: local:
enabled: true enabled: false
schedule: 36 11 * * * schedule: 36 11 * * *
remote: remote:
enabled: false enabled: false
@@ -190,7 +190,7 @@ volsync-target-config:
volsync-target-server: volsync-target-server:
pvcTarget: tdarr-server pvcTarget: tdarr-server
local: local:
enabled: true enabled: false
schedule: 38 11 * * * schedule: 38 11 * * *
remote: remote:
enabled: false enabled: false

View File

@@ -40,7 +40,7 @@ tubearchivist:
gluetun: gluetun:
image: image:
repository: ghcr.io/qdm12/gluetun repository: ghcr.io/qdm12/gluetun
tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8 tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
lifecycle: lifecycle:
postStart: postStart:
@@ -148,7 +148,7 @@ redis-replication:
existingSecret: existingSecret:
enabled: false enabled: false
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
resources: resources:
requests: requests:
cpu: 200m cpu: 200m
@@ -159,5 +159,5 @@ redis-replication:
requests: requests:
storage: 10Gi storage: 10Gi
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3

View File

@@ -9,7 +9,7 @@ vaultwarden:
main: main:
image: image:
repository: vaultwarden/server repository: vaultwarden/server
tag: 1.35.1 tag: 1.35.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: DOMAIN - name: DOMAIN

View File

@@ -136,7 +136,7 @@ redis-replication:
existingSecret: existingSecret:
enabled: false enabled: false
redisReplication: redisReplication:
clusterSize: 3 clusterSize: 1
redisSentinel: redisSentinel:
enabled: true enabled: false
clusterSize: 3 clusterSize: 3

View File

@@ -135,6 +135,7 @@ customDNS:
sonarr IN CNAME traefik-cl01tl sonarr IN CNAME traefik-cl01tl
sonarr-4k IN CNAME traefik-cl01tl sonarr-4k IN CNAME traefik-cl01tl
sonarr-anime IN CNAME traefik-cl01tl sonarr-anime IN CNAME traefik-cl01tl
soulsync IN CNAME traefik-cl01tl
stalwart IN CNAME traefik-cl01tl stalwart IN CNAME traefik-cl01tl
tautulli IN CNAME traefik-cl01tl tautulli IN CNAME traefik-cl01tl
tdarr IN CNAME traefik-cl01tl tdarr IN CNAME traefik-cl01tl

View File

@@ -135,6 +135,7 @@ customDNS:
sonarr IN CNAME traefik-cl01tl sonarr IN CNAME traefik-cl01tl
sonarr-4k IN CNAME traefik-cl01tl sonarr-4k IN CNAME traefik-cl01tl
sonarr-anime IN CNAME traefik-cl01tl sonarr-anime IN CNAME traefik-cl01tl
soulsync IN CNAME traefik-cl01tl
stalwart IN CNAME traefik-cl01tl stalwart IN CNAME traefik-cl01tl
tautulli IN CNAME traefik-cl01tl tautulli IN CNAME traefik-cl01tl
tdarr IN CNAME traefik-cl01tl tdarr IN CNAME traefik-cl01tl