Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions charts/stable/deluge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ maintainers:
url: https://trueforge.org
name: deluge
sources:
- https://ghcr.io/linuxserver/deluge
- https://github.com/trueforge-org/containers/tree/main/apps/deluge
- https://github.com/deluge-torrent/deluge
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/deluge
type: application
version: 21.14.1

version: 22.0.0
27 changes: 3 additions & 24 deletions charts/stable/deluge/values.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/linuxserver/deluge
repository: oci.trueforge.org/containerforge/deluge
pullPolicy: IfNotPresent
tag: version-2.2.0-r0@sha256:475db7c7290094ef21ec61113485405b9e4ff3df51ff18c1bcb0bc982099c754
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
tag: "2.2.0@sha256:537e5a390e15b91fe2b90caf491432ac2de3aac3218ffcd2b64260493cf92433"
service:
main:
ports:
main:
port: 8112
targetPort: 8112
targetPort: 58846
rpc:
enabled: true
ports:
Expand All @@ -34,21 +28,6 @@ service:
port: "{{ .Values.service.torrent.ports.tcp.port }}"
targetPort: "{{ .Values.service.torrent.ports.tcp.targetPort }}"
protocol: udp
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
persistence:
config:
enabled: true
Expand Down
Loading