File tree Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apiVersion: v2
2
2
name : sonarr
3
3
description : Smart PVR for newsgroup and bittorrent users
4
4
type : application
5
- version : 0.2.3
5
+ version : 0.3.0
6
6
appVersion : " release-4.0.9.2244"
7
7
icon : " https://sonarr.tv/img/logo.png"
8
8
dependencies :
9
9
- name : common
10
- version : 0.2 .2
10
+ version : 0.3 .2
11
11
repository : file://../common
12
12
maintainers :
13
13
- name : bubylou
Original file line number Diff line number Diff line change 1
- {{- include "common .deployment" . }}
1
+ {{- include "arr .deployment" . }}
Original file line number Diff line number Diff line change 1
- {{- include "common .secret" . }}
1
+ {{- include "arr .secret" . }}
Original file line number Diff line number Diff line change 1
- {{- include "common .test.connection" . }}
1
+ {{- include "arr .test.connection" . }}
2
2
args :
3
3
- |
4
4
http --ignore-stdin --check-status --timeout 10 GET \
Original file line number Diff line number Diff line change @@ -65,15 +65,6 @@ resources: {}
65
65
# cpu: 100m
66
66
# memory: 128Mi
67
67
68
- livenessProbe :
69
- httpGet :
70
- path : /
71
- port : http
72
- readinessProbe :
73
- httpGet :
74
- path : /
75
- port : http
76
-
77
68
# Additional volumes on the output Deployment definition.
78
69
volumes : []
79
70
# - name: sonarr-config
You can’t perform that action at this time.
0 commit comments