'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
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
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
|
pullPolicy: Always
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
@ -69,8 +70,8 @@ affinity: {}
|
|||||||
config:
|
config:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClassName: nfs-client-icarus
|
storageClassName: rook-ceph-block-xfs
|
||||||
existingClaim: radarr-hermes-config
|
existingClaim: radarr-config
|
||||||
storageSize: 1Gi
|
storageSize: 5Gi
|
||||||
|
|
||||||
mediaPvc: radarr-hermes-media
|
mediaPvc: radarr-hermes-media
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user