Add NZBget chart
This commit is contained in:
parent
43b9be202d
commit
6ef346eae6
@ -14,10 +14,10 @@ type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.1.9
|
||||
version: 0.3.2
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: 21.0-3.13.1
|
||||
appVersion: 21.1
|
||||
|
||||
icon: https://git.ervine.org/jonny/x86_64-alpine-nzbget/raw/branch/master/nzbget.png
|
||||
|
||||
@ -33,7 +33,7 @@ spec:
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: NZBGET_HOST
|
||||
value: 127.0.0.1
|
||||
value: "http://127.0.0.1:6789"
|
||||
- name: NZBGET_METRIC_NAMESPACE
|
||||
value: media
|
||||
- name: LOG_LEVEL
|
||||
|
||||
@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: harbor.ervine.dev/public/x86_64/alpine/nzbget
|
||||
tag: v21.0-3.13.1
|
||||
tag: v21.1-3.16.2
|
||||
pullPolicy: Always
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user