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: []