From 6ef346eae67960ee05d6f465d7f6d192f7ce3b9f Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Tue, 10 Oct 2023 20:29:47 +0800 Subject: [PATCH] Add NZBget chart --- nzbget/Chart.yaml | 4 ++-- nzbget/templates/statefulset.yaml | 2 +- nzbget/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index 2689ff7..414fa81 100644 --- a/nzbget/Chart.yaml +++ b/nzbget/Chart.yaml @@ -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 diff --git a/nzbget/templates/statefulset.yaml b/nzbget/templates/statefulset.yaml index 5bdb8dd..06feed1 100644 --- a/nzbget/templates/statefulset.yaml +++ b/nzbget/templates/statefulset.yaml @@ -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 diff --git a/nzbget/values.yaml b/nzbget/values.yaml index 408c137..f84c057 100644 --- a/nzbget/values.yaml +++ b/nzbget/values.yaml @@ -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: []