Skip to content

Commit 4f7d4e2

Browse files
authored
[UPDATE][transmission][1.0.4] (#1065)
auto merge
1 parent 4dbad0c commit 4f7d4e2

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

transmission/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: '1.0.3'
18+
version: '1.0.4'
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

transmission/OlaresManifest.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Transmission is a cross-platform BitTorrent client
66
icon: https://file.bttcdn.com/appstore/transmission/icon.png
77
appid: transmission
8-
version: '1.0.3'
8+
version: '1.0.4'
99
title: Transmission
1010
categories:
1111
- Utilities_v112
@@ -100,10 +100,16 @@ options:
100100
dependencies:
101101
- name: olares
102102
type: system
103-
version: '>=1.10.1-0'
103+
version: '>=1.12.1-0'
104104
entrances:
105105
- name: transmission-svc
106106
port: 9091
107107
host: transmission-svc
108108
title: Transmission
109109
icon: https://file.bttcdn.com/appstore/transmission/icon.png
110+
111+
provider:
112+
- name: transmission-svc
113+
entrance: transmission-svc
114+
paths: ["/*"]
115+
verbs: ["*"]

transmission/templates/deployment.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ spec:
1111
selector:
1212
matchLabels:
1313
app: transmission
14+
strategy:
15+
type: Recreate
1416
template:
1517
metadata:
1618
labels:
@@ -109,6 +111,8 @@ spec:
109111
protocol: UDP
110112
targetPort: 51413
111113

114+
{{- if .Values.sysVersion }}
115+
{{- if semverCompare "<1.12.1-0" (toString .Values.sysVersion) }}
112116
---
113117
apiVersion: sys.bytetrade.io/v1alpha1
114118
kind: ProviderRegistry
@@ -128,4 +132,6 @@ spec:
128132
- name: All
129133
uri: /
130134
status:
131-
state: active
135+
state: active
136+
{{- end }}
137+
{{- end }}

0 commit comments

Comments
 (0)