1 Commits

Author SHA1 Message Date
dee813681f Update Helm release postgres-cluster to v6
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 32s
2025-06-06 02:37:24 +00:00
2 changed files with 14 additions and 1 deletions

View File

@@ -98,7 +98,6 @@ kube-prometheus-stack:
- kube-prometheus-stack
- argo-workflows
- argocd
- audiobookshelf
- authentik
- blocky
- cert-manager

View File

@@ -24,6 +24,20 @@ qbittorrent:
- |
sysctl -w net.ipv4.ip_forward=1;
sysctl -w net.ipv6.conf.all.disable_ipv6=1
init-copy-config:
image:
repository: busybox
tag: 1.37.0
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
command:
- /bin/sh
- -ec
- |
cp /config/config.yml /app/config/config.yml
containers:
qbittorrent:
image: