1 Commits

Author SHA1 Message Date
64f8ef76f7 Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 31s
2025-06-06 01:56:51 +00:00
2 changed files with 5 additions and 34 deletions

View File

@@ -46,7 +46,7 @@ data:
skip_cleanup: false skip_cleanup: false
qbt: qbt:
host: qbittorrent.qbittorrent:8080 host: localhost:8080
user: user:
pass: pass:

View File

@@ -123,29 +123,6 @@ qbittorrent:
requests: requests:
cpu: 10m cpu: 10m
memory: 64Mi memory: 64Mi
qbit-manage:
type: deployment
annotations:
reloader.stakater.com/auto: "true"
replicas: 1
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
- |
cp /config/config.yml /app/config/config.yml
containers:
qbit-manage: qbit-manage:
image: image:
repository: ghcr.io/stuffanthings/qbit_manage repository: ghcr.io/stuffanthings/qbit_manage
@@ -193,7 +170,7 @@ qbittorrent:
name: qbittorrent-qbit-manage-config name: qbittorrent-qbit-manage-config
key: ntfy-url key: ntfy-url
- name: ALLOWED_HOSTS - name: ALLOWED_HOSTS
value: localhost qbittorrent.qbittorrent qbittorrent.alexlebens.net value: localhost qbittorrent.qbittorrent
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
@@ -201,7 +178,6 @@ qbittorrent:
service: service:
main: main:
controller: main controller: main
nameOverride: ""
ports: ports:
http: http:
port: 8080 port: 8080
@@ -215,9 +191,6 @@ qbittorrent:
port: 9022 port: 9022
targetPort: 9022 targetPort: 9022
protocol: HTTP protocol: HTTP
qbit-manage:
controller: main
ports:
apprise: apprise:
port: 8000 port: 8000
targetPort: 8000 targetPort: 8000
@@ -231,7 +204,6 @@ qbittorrent:
qbittorrent: qbittorrent:
- path: /config - path: /config
readOnly: false readOnly: false
qbit-manage:
qbit-manage: qbit-manage:
- path: /qbittorrent - path: /qbittorrent
readOnly: false readOnly: false
@@ -261,7 +233,7 @@ qbittorrent:
size: 1Gi size: 1Gi
retain: true retain: true
advancedMounts: advancedMounts:
qbit-manage: main:
init-copy-config: init-copy-config:
- path: /app/config - path: /app/config
readOnly: false readOnly: false
@@ -273,7 +245,7 @@ qbittorrent:
type: configMap type: configMap
name: qbit-manage-config name: qbit-manage-config
advancedMounts: advancedMounts:
qbit-manage: main:
init-copy-config: init-copy-config:
- path: /config/config.yml - path: /config/config.yml
readOnly: true readOnly: true
@@ -287,7 +259,7 @@ qbittorrent:
qbit-manage-config-var: qbit-manage-config-var:
type: emptyDir type: emptyDir
advancedMounts: advancedMounts:
qbit-manage: main:
qbit-manage: qbit-manage:
- path: /app/var - path: /app/var
readOnly: false readOnly: false
@@ -299,7 +271,6 @@ qbittorrent:
qbittorrent: qbittorrent:
- path: /mnt/store - path: /mnt/store
readOnly: false readOnly: false
qbit-manage:
qbit-manage: qbit-manage:
- path: /mnt/store - path: /mnt/store
readOnly: false readOnly: false