'update files with ansible'
This commit is contained in:
parent
422beba6f6
commit
f14a4cf28f
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user