File tree Expand file tree Collapse file tree 31 files changed +110
-48
lines changed Expand file tree Collapse file tree 31 files changed +110
-48
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : as212510-net
3
3
description : as212510.net helm chart for Kubernetes
4
4
type : application
5
- version : 0.3.3
5
+ version : 0.3.4
6
6
# image: ghcr.io/m0nsterrr/as212510.net
7
7
appVersion : " 2.1.0"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# as212510-net
2
2
3
- ![ Version: 0.3.3 ] ( https://img.shields.io/badge/Version-0.3.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.1.0] ( https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square )
3
+ ![ Version: 0.3.4 ] ( https://img.shields.io/badge/Version-0.3.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.1.0] ( https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square )
4
4
5
5
as212510.net helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -44,14 +44,17 @@ spec:
44
44
- name : http
45
45
containerPort : 8080
46
46
protocol : TCP
47
+ - name : healthcheck
48
+ containerPort : 10240
49
+ protocol : TCP
47
50
livenessProbe :
48
51
httpGet :
49
52
path : /healthcheck
50
- port : 10240
53
+ port : healthcheck
51
54
readinessProbe :
52
55
httpGet :
53
56
path : /healthcheck
54
- port : 10240
57
+ port : healthcheck
55
58
resources :
56
59
{{- toYaml .Values.resources | nindent 12 }}
57
60
{{- with .Values.extraEnv }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : bazarr
3
3
description : bazarr helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.2
5
+ version : 0.1.3
6
6
# image: linuxserver/bazarr
7
7
appVersion : " v1.4.2-ls244"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# bazarr
2
2
3
- ![ Version: 0.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v1.4.2-ls244] ( https://img.shields.io/badge/AppVersion-v1.4.2--ls244-informational?style=flat-square )
3
+ ![ Version: 0.1.3 ] ( https://img.shields.io/badge/Version-0.1.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v1.4.2-ls244] ( https://img.shields.io/badge/AppVersion-v1.4.2--ls244-informational?style=flat-square )
4
4
5
5
bazarr helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ spec:
47
47
livenessProbe :
48
48
httpGet :
49
49
path : /
50
- port : 6767
50
+ port : http
51
51
readinessProbe :
52
52
httpGet :
53
53
path : /
54
- port : 6767
54
+ port : http
55
55
resources :
56
56
{{- toYaml .Values.resources | nindent 12 }}
57
57
{{- with .Values.extraEnv }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : flaresolverr
3
3
description : flaresolverr helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
# image: flaresolverr/flaresolverr
7
7
appVersion : " v3.3.16"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# flaresolverr
2
2
3
- ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v3.3.16] ( https://img.shields.io/badge/AppVersion-v3.3.16-informational?style=flat-square )
3
+ ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v3.3.16] ( https://img.shields.io/badge/AppVersion-v3.3.16-informational?style=flat-square )
4
4
5
5
flaresolverr helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ spec:
47
47
livenessProbe :
48
48
httpGet :
49
49
path : /
50
- port : 8191
50
+ port : http
51
51
readinessProbe :
52
52
httpGet :
53
53
path : /
54
- port : 8191
54
+ port : http
55
55
resources :
56
56
{{- toYaml .Values.resources | nindent 12 }}
57
57
{{- with .Values.extraEnv }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : kea-exporter
3
3
description : kea-exporter helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.2
5
+ version : 0.1.3
6
6
# image: ghcr.io/mweinelt/kea-exporter
7
7
appVersion : " v0.7.0"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# kea-exporter
2
2
3
- ![ Version: 0.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.7.0] ( https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square )
3
+ ![ Version: 0.1.3 ] ( https://img.shields.io/badge/Version-0.1.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.7.0] ( https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square )
4
4
5
5
kea-exporter helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ spec:
47
47
livenessProbe :
48
48
httpGet :
49
49
path : /
50
- port : 9547
50
+ port : http
51
51
readinessProbe :
52
52
httpGet :
53
53
path : /
54
- port : 9547
54
+ port : http
55
55
resources :
56
56
{{- toYaml .Values.resources | nindent 12 }}
57
57
{{- with .Values.extraEnv }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : overseerr
3
3
description : overseerr helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
# image: sct/overseerr
7
7
appVersion : " 1.33.2"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# overseerr
2
2
3
- ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.33.2] ( https://img.shields.io/badge/AppVersion-1.33.2-informational?style=flat-square )
3
+ ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.33.2] ( https://img.shields.io/badge/AppVersion-1.33.2-informational?style=flat-square )
4
4
5
5
overseerr helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ spec:
47
47
livenessProbe :
48
48
httpGet :
49
49
path : /
50
- port : 5055
50
+ port : http
51
51
readinessProbe :
52
52
httpGet :
53
53
path : /
54
- port : 5055
54
+ port : http
55
55
resources :
56
56
{{- toYaml .Values.resources | nindent 12 }}
57
57
{{- with .Values.extraEnv }}
64
64
{{- end }}
65
65
volumeMounts :
66
66
- name : config
67
- mountPath : /config
67
+ mountPath : /app/ config
68
68
volumes :
69
69
- name : config
70
70
persistentVolumeClaim :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : prometheus-pve-exporter
3
3
description : prometheus-pve-exporter helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.5
5
+ version : 0.1.6
6
6
# image: prompve/prometheus-pve-exporter
7
7
appVersion : " 3.2.2"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# prometheus-pve-exporter
2
2
3
- ![ Version: 0.1.5 ] ( https://img.shields.io/badge/Version-0.1.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.2.2] ( https://img.shields.io/badge/AppVersion-3.2.2-informational?style=flat-square )
3
+ ![ Version: 0.1.6 ] ( https://img.shields.io/badge/Version-0.1.6 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.2.2] ( https://img.shields.io/badge/AppVersion-3.2.2-informational?style=flat-square )
4
4
5
5
prometheus-pve-exporter helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ spec:
47
47
livenessProbe :
48
48
httpGet :
49
49
path : /
50
- port : 9221
50
+ port : http
51
51
readinessProbe :
52
52
httpGet :
53
53
path : /
54
- port : 9221
54
+ port : http
55
55
resources :
56
56
{{- toYaml .Values.resources | nindent 12 }}
57
57
{{- with .Values.extraEnv }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : prowlarr
3
3
description : prowlarr helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
# image: linuxserver/prowlarr
7
7
appVersion : " 1.15.0.4361-ls62"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# prowlarr
2
2
3
- ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.15.0.4361-ls62] ( https://img.shields.io/badge/AppVersion-1.15.0.4361--ls62-informational?style=flat-square )
3
+ ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.15.0.4361-ls62] ( https://img.shields.io/badge/AppVersion-1.15.0.4361--ls62-informational?style=flat-square )
4
4
5
5
prowlarr helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ spec:
47
47
livenessProbe :
48
48
httpGet :
49
49
path : /
50
- port : 9696
50
+ port : http
51
51
readinessProbe :
52
52
httpGet :
53
53
path : /
54
- port : 9696
54
+ port : http
55
55
resources :
56
56
{{- toYaml .Values.resources | nindent 12 }}
57
57
{{- with .Values.extraEnv }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : qbittorrent
3
3
description : qbittorrent helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.1
5
+ version : 0.2.0
6
6
# image: qbittorrent/docker-qbittorrent-nox
7
7
appVersion : " 4.6.4-1"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# qbittorrent
2
2
3
- ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 4.6.4-1] ( https://img.shields.io/badge/AppVersion-4.6.4--1-informational?style=flat-square )
3
+ ![ Version: 0.2.0 ] ( https://img.shields.io/badge/Version-0.2.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 4.6.4-1] ( https://img.shields.io/badge/AppVersion-4.6.4--1-informational?style=flat-square )
4
4
5
5
qbittorrent helm chart for Kubernetes
6
6
@@ -34,6 +34,17 @@ helm repo add adminafk https://helm-charts.adminafk.fr
34
34
| extraEnv | list | ` [] ` | Environment variables to add to the qbittorrent pods |
35
35
| extraEnvFrom | list | ` [] ` | Environment variables from secrets or configmaps to add to the qbittorrent pods |
36
36
| fullnameOverride | string | ` "" ` | |
37
+ | gluetun.enabled | bool | ` true ` | |
38
+ | gluetun.extraEnv | list | ` [] ` | |
39
+ | gluetun.extraEnvFrom | list | ` [] ` | |
40
+ | gluetun.image.pullPolicy | string | ` "IfNotPresent" ` | |
41
+ | gluetun.image.registry | string | ` "docker.io" ` | |
42
+ | gluetun.image.repository | string | ` "qmcgaw/gluetun" ` | |
43
+ | gluetun.image.sha | string | ` "" ` | |
44
+ | gluetun.image.tag | string | ` "v3.38.0" ` | |
45
+ | gluetun.resources | object | ` {} ` | |
46
+ | gluetun.securityContext.capabilities.add[ 0] | string | ` "NET_ADMIN" ` | |
47
+ | gluetun.volumeMounts | list | ` [] ` | |
37
48
| image.pullPolicy | string | ` "IfNotPresent" ` | |
38
49
| image.registry | string | ` "ghcr.io" ` | |
39
50
| image.repository | string | ` "qbittorrent/docker-qbittorrent-nox" ` | |
Original file line number Diff line number Diff line change @@ -42,22 +42,14 @@ spec:
42
42
imagePullPolicy : {{ .Values.image.pullPolicy }}
43
43
ports :
44
44
- name : http
45
- containerPort : 8080
45
+ containerPort : {{ .Values.service.web.port }}
46
46
protocol : TCP
47
47
- name : torrent-tcp
48
48
containerPort : 6881
49
49
protocol : TCP
50
50
- name : torrent-udp
51
51
containerPort : 6881
52
52
protocol : UDP
53
- livenessProbe :
54
- httpGet :
55
- path : /
56
- port : 8080
57
- readinessProbe :
58
- httpGet :
59
- path : /
60
- port : 8080
61
53
resources :
62
54
{{- toYaml .Values.resources | nindent 12 }}
63
55
{{- with .Values.extraEnv }}
74
66
mountPath : /config
75
67
{{- toYaml . | nindent 12 }}
76
68
{{- end }}
69
+ {{- if .Values.gluetun.enabled }}
70
+ - name : gluten
71
+ securityContext :
72
+ {{- toYaml .Values.gluetun.securityContext | nindent 12 }}
73
+ {{- if .Values.gluetun.image.sha }}
74
+ image : " {{ .Values.gluetun.image.registry }}/{{ .Values.gluetun.image.repository }}:{{ .Values.gluetun.image.tag | default .Chart.AppVersion }}@sha256:{{ .Values.gluetun.image.sha }}"
75
+ {{- else }}
76
+ image : " {{ .Values.gluetun.image.registry }}/{{ .Values.gluetun.image.repository }}:{{ .Values.gluetun.image.tag | default .Chart.AppVersion }}"
77
+ {{- end }}
78
+ imagePullPolicy : {{ .Values.gluetun.image.pullPolicy }}
79
+ ports :
80
+ - name : http
81
+ containerPort : 8888
82
+ protocol : TCP
83
+ - name : shadowsocks-tcp
84
+ containerPort : 8388
85
+ protocol : TCP
86
+ - name : shadowsocks-udp
87
+ containerPort : 6881
88
+ protocol : UDP
89
+ resources :
90
+ {{- toYaml .Values.gluetun.resources | nindent 12 }}
91
+ {{- with .Values.gluetun.extraEnv }}
92
+ env :
93
+ - name : QBT_EULA
94
+ value : " accept"
95
+ - name : QBT_WEBUI_PORT
96
+ value : " {{ $.Values.service.web.port }}"
97
+ {{- toYaml . | nindent 12 }}
98
+ {{- end }}
99
+ {{- with .Values.gluetun.extraEnvFrom }}
100
+ envFrom :
101
+ {{- toYaml . | nindent 12 }}
102
+ {{- end }}
103
+ {{- with .Values.gluetun.volumeMounts }}
104
+ volumeMounts :
105
+ {{- toYaml . | nindent 12 }}
106
+ {{- end }}
107
+ {{- end }}
77
108
{{- with .Values.volumes }}
78
109
volumes :
79
110
- name : config
Original file line number Diff line number Diff line change @@ -115,3 +115,20 @@ nodeSelector: {}
115
115
tolerations : []
116
116
117
117
affinity : {}
118
+
119
+ gluetun :
120
+ enabled : true
121
+ image :
122
+ registry : docker.io
123
+ repository : qmcgaw/gluetun
124
+ pullPolicy : IfNotPresent
125
+ tag : " v3.38.0"
126
+ sha : " "
127
+ extraEnv : []
128
+ extraEnvFrom : []
129
+ volumeMounts : []
130
+ securityContext :
131
+ capabilities :
132
+ add :
133
+ - NET_ADMIN
134
+ resources : {}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : radarr
3
3
description : radarr helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.1
5
+ version : 0.1.2
6
6
# image: linuxserver/radarr
7
7
appVersion : " 5.3.6.8612-ls210"
8
8
sources :
Original file line number Diff line number Diff line change 1
1
# radarr
2
2
3
- ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 5.3.6.8612-ls210] ( https://img.shields.io/badge/AppVersion-5.3.6.8612--ls210-informational?style=flat-square )
3
+ ![ Version: 0.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 5.3.6.8612-ls210] ( https://img.shields.io/badge/AppVersion-5.3.6.8612--ls210-informational?style=flat-square )
4
4
5
5
radarr helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ spec:
47
47
livenessProbe :
48
48
httpGet :
49
49
path : /
50
- port : 7878
50
+ port : http
51
51
readinessProbe :
52
52
httpGet :
53
53
path : /
54
- port : 7878
54
+ port : http
55
55
resources :
56
56
{{- toYaml .Values.resources | nindent 12 }}
57
57
{{- with .Values.extraEnv }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : sonarr
3
3
description : sonarr helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
# image: linuxserver/sonarr
7
7
appVersion : " 4.0.2.1183-ls232"
8
8
sources :
You can’t perform that action at this time.
0 commit comments