From 558981e7ada2c4d3ed1676b8d04ea800496d6366 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 29 Jul 2020 23:42:37 +0800 Subject: [PATCH] Fixed some nzbget params --- nzbget/Chart.yaml | 2 +- nzbget/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index 00b4a30..2f6383f 100644 --- a/nzbget/Chart.yaml +++ b/nzbget/Chart.yaml @@ -14,7 +14,7 @@ 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.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/nzbget/values.yaml b/nzbget/values.yaml index 60153c5..52df689 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-dev + tag: v21.0 pullPolicy: Always imagePullSecrets: [] @@ -61,14 +61,14 @@ resources: memory: 32Mi nodeSelector: - location: bedRoom + location: livingRoom tolerations: [] affinity: {} config: - storageClassName: nfs-client + storageClassName: nfs-client-hermes storageSize: 5Gi -mediaPvc: nzbg-media-pvc +mediaPvc: nzbget-media-pvc