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