From f14a4cf28f75803f286d9f1fc5f1fa1ffd67e64a Mon Sep 17 00:00:00 2001 From: git Date: Tue, 17 Oct 2023 13:40:15 +0000 Subject: [PATCH] 'update files with ansible' --- radarr/Chart.yaml | 2 +- radarr/values.yaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/radarr/Chart.yaml b/radarr/Chart.yaml index 4eaf7fe..5592c1a 100644 --- a/radarr/Chart.yaml +++ b/radarr/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.4.0 +version: 0.4.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/radarr/values.yaml b/radarr/values.yaml index d6c83c3..2dfbcb1 100644 --- a/radarr/values.yaml +++ b/radarr/values.yaml @@ -5,7 +5,8 @@ replicaCount: 1 image: - repository: harbor.ervine.dev/public/x86_64/alpine/radarr + repository: harbor.ervine.dev/public/x86_64/ubi/radarr + tag: v5.0.3.8127 pullPolicy: Always imagePullSecrets: [] @@ -69,8 +70,8 @@ affinity: {} config: persistence: enabled: true - storageClassName: nfs-client-icarus - existingClaim: radarr-hermes-config - storageSize: 1Gi + storageClassName: rook-ceph-block-xfs + existingClaim: radarr-config + storageSize: 5Gi mediaPvc: radarr-hermes-media