5 Commits

Author SHA1 Message Date
a0814607dd Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 17s
2025-05-17 01:31:16 +00:00
7d786c9d2c remove probe 2025-05-16 20:29:48 -05:00
ab661cd798 remove probe 2025-05-16 20:24:22 -05:00
78e6ba9882 remove probe 2025-05-16 20:18:45 -05:00
4323b0b771 remove probe 2025-05-16 20:13:10 -05:00
26 changed files with 27 additions and 187 deletions

View File

@@ -24,23 +24,6 @@ lidarr:
value: 1000 value: 1000
- name: PGID - name: PGID
value: 1000 value: 1000
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources: resources:
requests: requests:
cpu: 100m cpu: 100m

View File

@@ -25,23 +25,6 @@ prowlarr:
env: env:
- name: TZ - name: TZ
value: US/Central value: US/Central
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:9696/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources: resources:
requests: requests:
cpu: 10m cpu: 10m

View File

@@ -24,23 +24,6 @@ radarr-4k:
value: 1000 value: 1000
- name: PGID - name: PGID
value: 1000 value: 1000
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:7878/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources: resources:
requests: requests:
cpu: 100m cpu: 100m

View File

@@ -22,23 +22,6 @@ radarr-anime:
value: 1000 value: 1000
- name: PGID - name: PGID
value: 1000 value: 1000
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:7878/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources: resources:
requests: requests:
cpu: 10m cpu: 10m

View File

@@ -22,23 +22,6 @@ radarr-standup:
value: 1000 value: 1000
- name: PGID - name: PGID
value: 1000 value: 1000
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:7878/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources: resources:
requests: requests:
cpu: 10m cpu: 10m

View File

@@ -24,23 +24,6 @@ radarr:
value: 1000 value: 1000
- name: PGID - name: PGID
value: 1000 value: 1000
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:7878/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources: resources:
requests: requests:
cpu: 100m cpu: 100m

View File

@@ -18,7 +18,7 @@ dependencies:
- name: app-template - name: app-template
alias: roundcube alias: roundcube
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 3.7.3 version: 4.0.1
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 5.1.0

View File

@@ -4,11 +4,8 @@ metadata:
name: roundcube-key-secret name: roundcube-key-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: roundcube-key-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore
@@ -29,11 +26,8 @@ metadata:
name: roundcube-data-backup-secret name: roundcube-data-backup-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: roundcube-data-backup-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: backup
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore
@@ -88,11 +82,8 @@ metadata:
name: roundcube-postgresql-17-cluster-backup-secret name: roundcube-postgresql-17-cluster-backup-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: roundcube-postgresql-17-cluster-backup-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: database
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore

View File

@@ -4,11 +4,8 @@ metadata:
name: http-route-mail name: http-route-mail
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: http-route-mail app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
parentRefs: parentRefs:
- group: gateway.networking.k8s.io - group: gateway.networking.k8s.io

View File

@@ -4,11 +4,8 @@ metadata:
name: roundcube-data-backup-source name: roundcube-data-backup-source
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: roundcube-data-backup-source app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: backup
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
sourcePVC: roundcube-data sourcePVC: roundcube-data
trigger: trigger:

View File

@@ -53,7 +53,7 @@ roundcube:
value: archive,zipdownload,newmail_notifier value: archive,zipdownload,newmail_notifier
resources: resources:
requests: requests:
cpu: 100m cpu: 10m
memory: 256Mi memory: 256Mi
nginx: nginx:
image: image:
@@ -129,8 +129,6 @@ roundcube:
requests: requests:
cpu: 100m cpu: 100m
memory: 128Mi memory: 128Mi
serviceAccount:
create: true
configMaps: configMaps:
config: config:
enabled: true enabled: true
@@ -176,6 +174,7 @@ roundcube:
protocol: HTTP protocol: HTTP
persistence: persistence:
data: data:
forceRename: roundcube-data
storageClass: ceph-block storageClass: ceph-block
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 5Gi size: 5Gi

View File

@@ -17,7 +17,7 @@ dependencies:
- name: app-template - name: app-template
alias: searxng alias: searxng
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 3.7.3 version: 4.0.1
- name: valkey - name: valkey
version: 3.0.6 version: 3.0.6
repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts

View File

@@ -4,11 +4,8 @@ metadata:
name: searxng-api-config-secret name: searxng-api-config-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: searxng-config-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore
@@ -36,11 +33,8 @@ metadata:
name: searxng-browser-data-backup-secret name: searxng-browser-data-backup-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: searxng-browser-data-backup-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: backup
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore

View File

@@ -4,11 +4,8 @@ metadata:
name: http-route-searxng name: http-route-searxng
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: http-route-searxng app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
parentRefs: parentRefs:
- group: gateway.networking.k8s.io - group: gateway.networking.k8s.io

View File

@@ -4,11 +4,8 @@ metadata:
name: searxng-browser-data-backup-source name: searxng-browser-data-backup-source
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: searxng-browser-data-backup-source app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: backup
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
sourcePVC: searxng-browser-data sourcePVC: searxng-browser-data
trigger: trigger:

View File

@@ -62,8 +62,6 @@ searxng:
requests: requests:
cpu: 10m cpu: 10m
memory: 256Mi memory: 256Mi
serviceAccount:
create: true
service: service:
api: api:
controller: api controller: api

View File

@@ -19,10 +19,10 @@ dependencies:
- name: app-template - name: app-template
alias: site-profile alias: site-profile
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 3.7.3 version: 4.0.1
- name: cloudflared - name: cloudflared
alias: cloudflared-site alias: cloudflared-site
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 1.14.8 version: 1.15.0
icon: https://d21zlbwtcn424f.cloudfront.net/icon_white.png icon: https://d21zlbwtcn424f.cloudfront.net/icon_white.png
appVersion: 0.6.6 appVersion: 0.6.6

View File

@@ -4,11 +4,8 @@ metadata:
name: site-profile-cloudflared-api-secret name: site-profile-cloudflared-api-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: site-profile-cloudflared-api-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore

View File

@@ -17,8 +17,6 @@ site-profile:
requests: requests:
cpu: 10m cpu: 10m
memory: 128Mi memory: 128Mi
serviceAccount:
create: true
service: service:
main: main:
controller: main controller: main

View File

@@ -20,6 +20,6 @@ dependencies:
- name: app-template - name: app-template
alias: slskd alias: slskd
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 3.7.3 version: 4.0.1
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/slskd.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/slskd.png
appVersion: 0.22.5 appVersion: 0.22.5

View File

@@ -4,11 +4,8 @@ metadata:
name: slskd-config-secret name: slskd-config-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: slskd-config-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore
@@ -29,11 +26,8 @@ metadata:
name: soularr-config-secret name: soularr-config-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: soularr-config-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore
@@ -54,11 +48,8 @@ metadata:
name: slskd-wireguard-conf name: slskd-wireguard-conf
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: slskd-wireguard-conf app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore

View File

@@ -4,11 +4,8 @@ metadata:
name: http-route-slskd name: http-route-slskd
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: http-route-slskd app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
parentRefs: parentRefs:
- group: gateway.networking.k8s.io - group: gateway.networking.k8s.io

View File

@@ -4,11 +4,8 @@ metadata:
name: slskd-nfs-storage name: slskd-nfs-storage
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: slskd-nfs-storage app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: storage
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
volumeName: slskd-nfs-storage volumeName: slskd-nfs-storage
storageClassName: nfs-client storageClassName: nfs-client

View File

@@ -4,11 +4,8 @@ metadata:
name: slskd-nfs-storage name: slskd-nfs-storage
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: slskd-nfs-storage app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: storage
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
persistentVolumeReclaimPolicy: Retain persistentVolumeReclaimPolicy: Retain
storageClassName: nfs-client storageClassName: nfs-client

View File

@@ -4,11 +4,8 @@ metadata:
name: slskd name: slskd
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: slskd app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: metrics
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
selector: selector:
matchLabels: matchLabels:

View File

@@ -15,7 +15,7 @@ slskd:
privileged: True privileged: True
resources: resources:
requests: requests:
cpu: 100m cpu: 10m
memory: 128Mi memory: 128Mi
command: command:
- /bin/sh - /bin/sh
@@ -69,7 +69,7 @@ slskd:
- name: DOT - name: DOT
value: "off" value: "off"
securityContext: securityContext:
privileged: True privileged: true
capabilities: capabilities:
add: add:
- NET_ADMIN - NET_ADMIN
@@ -107,10 +107,8 @@ slskd:
value: 300 value: 300
resources: resources:
requests: requests:
cpu: 100m cpu: 10m
memory: 256Mi memory: 256Mi
serviceAccount:
create: true
service: service:
main: main:
controller: main controller: main