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