Skip to content

Commit 0210f2c

Browse files
committed
sonarr: update common lib
1 parent 329e3fc commit 0210f2c

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

charts/sonarr/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
name: sonarr
33
description: Smart PVR for newsgroup and bittorrent users
44
type: application
5-
version: 0.2.3
5+
version: 0.3.0
66
appVersion: "release-4.0.9.2244"
77
icon: "https://sonarr.tv/img/logo.png"
88
dependencies:
99
- name: common
10-
version: 0.2.2
10+
version: 0.3.2
1111
repository: file://../common
1212
maintainers:
1313
- name: bubylou
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{- include "common.deployment" . }}
1+
{{- include "arr.deployment" . }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{- include "common.secret" . }}
1+
{{- include "arr.secret" . }}

charts/sonarr/templates/tests/test-connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- include "common.test.connection" . }}
1+
{{- include "arr.test.connection" . }}
22
args:
33
- |
44
http --ignore-stdin --check-status --timeout 10 GET \

charts/sonarr/values.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ resources: {}
6565
# cpu: 100m
6666
# memory: 128Mi
6767

68-
livenessProbe:
69-
httpGet:
70-
path: /
71-
port: http
72-
readinessProbe:
73-
httpGet:
74-
path: /
75-
port: http
76-
7768
# Additional volumes on the output Deployment definition.
7869
volumes: []
7970
# - name: sonarr-config

0 commit comments

Comments
 (0)