File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : ' 1.0.3 '
18
+ version : ' 1.0.4 '
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
description : Transmission is a cross-platform BitTorrent client
6
6
icon : https://file.bttcdn.com/appstore/transmission/icon.png
7
7
appid : transmission
8
- version : ' 1.0.3 '
8
+ version : ' 1.0.4 '
9
9
title : Transmission
10
10
categories :
11
11
- Utilities_v112
@@ -100,10 +100,16 @@ options:
100
100
dependencies :
101
101
- name : olares
102
102
type : system
103
- version : ' >=1.10 .1-0'
103
+ version : ' >=1.12 .1-0'
104
104
entrances :
105
105
- name : transmission-svc
106
106
port : 9091
107
107
host : transmission-svc
108
108
title : Transmission
109
109
icon : https://file.bttcdn.com/appstore/transmission/icon.png
110
+
111
+ provider :
112
+ - name : transmission-svc
113
+ entrance : transmission-svc
114
+ paths : ["/*"]
115
+ verbs : ["*"]
Original file line number Diff line number Diff line change 11
11
selector :
12
12
matchLabels :
13
13
app : transmission
14
+ strategy :
15
+ type : Recreate
14
16
template :
15
17
metadata :
16
18
labels :
@@ -109,6 +111,8 @@ spec:
109
111
protocol : UDP
110
112
targetPort : 51413
111
113
114
+ {{- if .Values.sysVersion }}
115
+ {{- if semverCompare "<1.12.1-0" (toString .Values.sysVersion) }}
112
116
---
113
117
apiVersion : sys.bytetrade.io/v1alpha1
114
118
kind : ProviderRegistry
@@ -128,4 +132,6 @@ spec:
128
132
- name : All
129
133
uri : /
130
134
status :
131
- state : active
135
+ state : active
136
+ {{- end }}
137
+ {{- end }}
You can’t perform that action at this time.
0 commit comments