mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.2.2
|
||||
digest: sha256:fb077cb81f6acecd5c9e6adc22a18e156f780cd78f27198cdb47810f95364b56
|
||||
generated: "2023-11-09T15:44:49.401929439+02:00"
|
||||
Binary file not shown.
6
community/transmission/1.2.3/Chart.lock
Normal file
6
community/transmission/1.2.3/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.2.3
|
||||
digest: sha256:e6ff49b06bf5d4d159e505ae6d153f36cd46170bb519caf90462cd5caebfd0fb
|
||||
generated: "2023-11-20T09:58:30.931439885+02:00"
|
||||
@@ -3,7 +3,7 @@ description: Transmission is designed for easy, powerful use.
|
||||
annotations:
|
||||
title: Transmission
|
||||
type: application
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
apiVersion: v2
|
||||
appVersion: 4.0.4
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -14,7 +14,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
home: https://transmissionbt.com/
|
||||
icon: https://media.sys.truenas.net/apps/transmission/icons/icon.png
|
||||
sources:
|
||||
BIN
community/transmission/1.2.3/charts/common-1.2.3.tgz
Normal file
BIN
community/transmission/1.2.3/charts/common-1.2.3.tgz
Normal file
Binary file not shown.
@@ -19,7 +19,7 @@ persistence:
|
||||
targetSelector:
|
||||
transmission:
|
||||
transmission:
|
||||
mountPath: /downloads/complete
|
||||
mountPath: {{ .Values.transmissionStorage.downloadsDir | default "/downloads/complete" }}
|
||||
01-permissions:
|
||||
mountPath: /mnt/directories/complete
|
||||
{{- if .Values.transmissionStorage.enableIncompleteDir }}
|
||||
@@ -31,7 +31,7 @@ persistence:
|
||||
targetSelector:
|
||||
transmission:
|
||||
transmission:
|
||||
mountPath: /downloads/incomplete
|
||||
mountPath: {{ .Values.transmissionStorage.incompleteDir | default "/downloads/incomplete" }}
|
||||
01-permissions:
|
||||
mountPath: /mnt/directories/incomplete
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user