Add NZBget chart

This commit is contained in:
Jonny Ervine 2023-10-10 20:29:47 +08:00
parent 43b9be202d
commit 6ef346eae6
3 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # 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 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbget/raw/branch/master/nzbget.png

View File

@ -33,7 +33,7 @@ spec:
protocol: TCP protocol: TCP
env: env:
- name: NZBGET_HOST - name: NZBGET_HOST
value: 127.0.0.1 value: "http://127.0.0.1:6789"
- name: NZBGET_METRIC_NAMESPACE - name: NZBGET_METRIC_NAMESPACE
value: media value: media
- name: LOG_LEVEL - name: LOG_LEVEL

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: harbor.ervine.dev/public/x86_64/alpine/nzbget repository: harbor.ervine.dev/public/x86_64/alpine/nzbget
tag: v21.0-3.13.1 tag: v21.1-3.16.2
pullPolicy: Always pullPolicy: Always
imagePullSecrets: [] imagePullSecrets: []