diff --git a/charts/stable/transmission/CHANGELOG.md b/charts/stable/transmission/CHANGELOG.md
index a1936bce100..94dbc529eac 100644
--- a/charts/stable/transmission/CHANGELOG.md
+++ b/charts/stable/transmission/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [transmission-9.0.15](https://github.com/truecharts/apps/compare/transmission-9.0.14...transmission-9.0.15) (2021-12-02)
+
+#### Fix
+
+* ensure port settings are correct inside transmission ([#1445](https://github.com/truecharts/apps/issues/1445))
+
+
+
### [transmission-9.0.14](https://github.com/truecharts/apps/compare/transmission-9.0.13...transmission-9.0.14) (2021-11-30)
diff --git a/charts/stable/transmission/helm-values.md b/charts/stable/transmission/helm-values.md
index 80ab190dba2..3b182790fcf 100644
--- a/charts/stable/transmission/helm-values.md
+++ b/charts/stable/transmission/helm-values.md
@@ -11,15 +11,15 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env.TRANSMISSION_PEER_PORT | int | `51414` | |
-| env.TRANSMISSION_RPC_PORT | int | `10109` | |
+| env.TRANSMISSION_PEER_PORT | string | `"{{ .Values.service.torrent.ports.torrent.targetPort }}"` | |
+| env.TRANSMISSION_RPC_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/transmission"` | |
| image.tag | string | `"v3.00@sha256:355f4036c53c782df1957de0e16c63f4298f5b596ae5e621fea8f9ef02dd09e6"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| service.main.ports.main.port | int | `10109` | |
-| service.main.ports.main.targetPort | int | `10109` | |
+| service.main.ports.main.targetPort | int | `9091` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.torrent.enabled | bool | `true` | |
| service.torrent.ports.torrent.port | int | `51414` | |
diff --git a/docs/apps/stable/transmission/CHANGELOG.md b/docs/apps/stable/transmission/CHANGELOG.md
index a1936bce100..94dbc529eac 100644
--- a/docs/apps/stable/transmission/CHANGELOG.md
+++ b/docs/apps/stable/transmission/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [transmission-9.0.15](https://github.com/truecharts/apps/compare/transmission-9.0.14...transmission-9.0.15) (2021-12-02)
+
+#### Fix
+
+* ensure port settings are correct inside transmission ([#1445](https://github.com/truecharts/apps/issues/1445))
+
+
+
### [transmission-9.0.14](https://github.com/truecharts/apps/compare/transmission-9.0.13...transmission-9.0.14) (2021-11-30)
diff --git a/docs/apps/stable/transmission/helm-values.md b/docs/apps/stable/transmission/helm-values.md
index 80ab190dba2..3b182790fcf 100644
--- a/docs/apps/stable/transmission/helm-values.md
+++ b/docs/apps/stable/transmission/helm-values.md
@@ -11,15 +11,15 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env.TRANSMISSION_PEER_PORT | int | `51414` | |
-| env.TRANSMISSION_RPC_PORT | int | `10109` | |
+| env.TRANSMISSION_PEER_PORT | string | `"{{ .Values.service.torrent.ports.torrent.targetPort }}"` | |
+| env.TRANSMISSION_RPC_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/transmission"` | |
| image.tag | string | `"v3.00@sha256:355f4036c53c782df1957de0e16c63f4298f5b596ae5e621fea8f9ef02dd09e6"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| service.main.ports.main.port | int | `10109` | |
-| service.main.ports.main.targetPort | int | `10109` | |
+| service.main.ports.main.targetPort | int | `9091` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.torrent.enabled | bool | `true` | |
| service.torrent.ports.torrent.port | int | `51414` | |
diff --git a/docs/index.yaml b/docs/index.yaml
index ae1614fcf80..24bad30f33b 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -232868,6 +232868,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/traefik-0.0.1/traefik-0.0.1.tgz
version: 0.0.1
transmission:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - download-tools
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: "3.00"
+ created: "2021-12-02T11:57:53.203366797Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.7
+ description: API Support for your favorite torrent trackers.
+ digest: 08163a57313f0c55f446686df31d6065cbf703278fa0b448cb4a56a6ec1323b9
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission
+ icon: https://upload.wikimedia.org/wikipedia/commons/6/6d/Transmission_icon.png
+ keywords:
+ - transmission
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: transmission
+ sources:
+ - https://github.com/transmission/transmission
+ - https://hub.docker.com/r/linuxserver/transmission
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/transmission-9.0.15/transmission-9.0.15.tgz
+ version: 9.0.15
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -259986,4 +260019,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-12-01T11:04:02.867045666Z"
+generated: "2021-12-02T11:57:53.270263039Z"