Skip to content

Commit

Permalink
fix issues with transmission mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardgut committed Sep 21, 2024
1 parent 33f94e4 commit bb5e52b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/k8s-mediamanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: k8s-mediamanager
description: Kubernetes media manager helm chart based on onedr0p rootless images
type: application
version: 1.2.1
appVersion: "1.2.1"
version: 1.2.2
appVersion: "1.2.2"
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ metadata:
data:
PGID: "{{ .Values.general.pgid }}"
PUID: "{{ .Values.general.puid }}"
TRANSMISSION__DOWNLOAD_DIR: "/{{ .Values.general.sharedStorage.subPaths.downloads }}/{{ .Values.general.sharedStorage.subPaths.transmission }}/complete"
TRANSMISSION__INCOMPLETE_DIR: "/{{ .Values.general.sharedStorage.subPaths.downloads }}/{{ .Values.general.sharedStorage.subPaths.transmission }}/incomplete"
TRANSMISSION__DOWNLOAD_DIR: "/downloads/complete"
TRANSMISSION__INCOMPLETE_DIR: "/downloads/transmission/incomplete"
TRANSMISSION__PEER_PORT: "{{ .Values.transmission.service.peer.port }}"
TRANSMISSION__RPC_AUTHENTICATION_REQUIRED: "{{ .Values.transmission.config.auth.enabled }}"
TRANSMISSION__RPC_ENABLED: "true"
Expand Down
1 change: 0 additions & 1 deletion charts/k8s-mediamanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ general:
movies: media/movies
music: media/music
downloads: downloads
transmission: transmission
ingress:
ingressClassName: ""

Expand Down

0 comments on commit bb5e52b

Please sign in to comment.