File tree Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Original file line number Diff line number Diff 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.1 '
18+ version : ' 1.0.3 '
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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 description : A movie collection manager for Usenet and BitTorrent users.
66 icon : https://file.bttcdn.com/appstore/radarr/icon.png
77 appid : radarr
8- version : ' 1.0.1 '
8+ version : ' 1.0.3 '
99 title : Radarr
1010 categories :
1111 - Fun
@@ -58,6 +58,19 @@ permission:
5858 version : v2
5959 ops :
6060 - All
61+ provider :
62+ - appName : bazarr
63+ providerName : bazarr-svc
64+ - appName : prowlarr
65+ providerName : prowlarr-svc
66+ - appName : qbittorrent
67+ providerName : qbittorrent-svc
68+ - appName : deluge
69+ providerName : deluge-svc
70+ - appName : nzbget
71+ providerName : nzbget-svc
72+ - appName : transmission
73+ providerName : transmission-svc
6174spec :
6275 versionName : ' 5.3.6.8612'
6376 promoteImage :
@@ -133,10 +146,16 @@ options:
133146 dependencies :
134147 - name : olares
135148 type : system
136- version : ' >=1.10 .1-0'
149+ version : ' >=1.12 .1-0'
137150entrances :
138151- name : radarr-svc
139152 port : 7878
140153 host : radarr-svc
141154 title : Radarr
142155 icon : https://file.bttcdn.com/appstore/radarr/icon.png
156+
157+ provider :
158+ - name : radarr-svc
159+ entrance : radarr-svc
160+ paths : ["/*"]
161+ verbs : ["*"]
Original file line number Diff line number Diff line change 3131 selector :
3232 matchLabels :
3333 app : radarr
34+ strategy :
35+ type : Recreate
3436 template :
3537 metadata :
3638 labels :
@@ -127,6 +129,8 @@ spec:
127129 port : 7878
128130 targetPort : 7878
129131
132+ {{- if .Values.sysVersion }}
133+ {{- if semverCompare "<1.12.1-0" (toString .Values.sysVersion) }}
130134---
131135apiVersion : sys.bytetrade.io/v1alpha1
132136kind : ProviderRegistry
@@ -146,4 +150,6 @@ spec:
146150 - name : All
147151 uri : /
148152status :
149- state : active
153+ state : active
154+ {{- end }}
155+ {{- end }}
You can’t perform that action at this time.
0 commit comments