4 Commits

Author SHA1 Message Date
43d8d4a953 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 29s
2025-06-06 00:32:02 +00:00
2f934263fc Merge pull request 'Update kube-prometheus-stack Docker tag to v73.2.0' (#584) from renovate/kube-prometheus-stack-73.x into main
All checks were successful
renovate / renovate (push) Successful in 1m51s
Reviewed-on: #584
2025-06-06 00:30:43 +00:00
708c8ee829 copy config into dir
Some checks failed
renovate / renovate (push) Has been cancelled
2025-06-05 19:30:12 -05:00
76b5bcd2d4 Update kube-prometheus-stack Docker tag to v73.2.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 29s
2025-06-06 00:03:14 +00:00
2 changed files with 24 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: kube-prometheus-stack
version: 73.1.0
version: 73.2.0
repository: oci://ghcr.io/prometheus-community/charts
- name: app-template
alias: ntfy-alertmanager

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:
@@ -189,6 +203,9 @@ qbittorrent:
retain: true
advancedMounts:
main:
init-copy-config:
- path: /app/config
readOnly: false
qbit-manage:
- path: /app/config
readOnly: false
@@ -198,8 +215,13 @@ qbittorrent:
name: qbit-manage-config
advancedMounts:
main:
init-copy-config:
- path: /config/config.yml
readOnly: true
mountPropagation: None
subPath: config.yml
qbit-manage:
- path: /app/config/config.yml
- path: /config/config.yml
readOnly: true
mountPropagation: None
subPath: config.yml