Skip to content

Commit 9e94f71

Browse files
authored
[UPDATE][radarr][1.0.3] (#1055)
auto merge
1 parent af48bce commit 9e94f71

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

radarr/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.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

radarr/OlaresManifest.yaml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6174
spec:
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'
137150
entrances:
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: ["*"]

radarr/templates/deployment.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ spec:
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
---
131135
apiVersion: sys.bytetrade.io/v1alpha1
132136
kind: ProviderRegistry
@@ -146,4 +150,6 @@ spec:
146150
- name: All
147151
uri: /
148152
status:
149-
state: active
153+
state: active
154+
{{- end }}
155+
{{- end }}

0 commit comments

Comments
 (0)