From 1506fc9792928c78d2c8aac751257ead487c7571 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 21 Feb 2024 13:54:57 +0000 Subject: [PATCH] 'update files with ansible' --- nzbget/Chart.yaml | 4 ++-- nzbget/values.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index dbf9caf..c1fd4cc 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.4.3 +version: 0.6.0 # 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.1 +appVersion: 23.0 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbget/raw/branch/master/nzbget.png diff --git a/nzbget/values.yaml b/nzbget/values.yaml index 013ef44..f3424ce 100644 --- a/nzbget/values.yaml +++ b/nzbget/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/ubi/nzbget - tag: v21.1 + tag: v23.0 pullPolicy: Always imagePullSecrets: [] @@ -70,8 +70,8 @@ affinity: {} config: persistence: enabled: true - existingClaim: nzbget-config - storageClassName: rook-ceph-block - storageSize: 2Gi + existingClaim: media-nzbget-hermes-config + storageClassName: nfs-client-hermes + storageSize: 5Gi -mediaPvc: nzbget-media +mediaPvc: nzbget-hermes-media-pvc