'update files with ansible'

This commit is contained in:
jonny 2024-02-21 13:54:57 +00:00
parent f0445b487b
commit 1506fc9792
2 changed files with 7 additions and 7 deletions

View File

@ -14,10 +14,10 @@ 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.3 version: 0.6.0
# 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.
appVersion: 21.1 appVersion: 23.0
icon: https://git.ervine.org/jonny/x86_64-alpine-nzbget/raw/branch/master/nzbget.png icon: https://git.ervine.org/jonny/x86_64-alpine-nzbget/raw/branch/master/nzbget.png

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: harbor.ervine.dev/public/x86_64/ubi/nzbget repository: harbor.ervine.dev/public/x86_64/ubi/nzbget
tag: v21.1 tag: v23.0
pullPolicy: Always pullPolicy: Always
imagePullSecrets: [] imagePullSecrets: []
@ -70,8 +70,8 @@ affinity: {}
config: config:
persistence: persistence:
enabled: true enabled: true
existingClaim: nzbget-config existingClaim: media-nzbget-hermes-config
storageClassName: rook-ceph-block storageClassName: nfs-client-hermes
storageSize: 2Gi storageSize: 5Gi
mediaPvc: nzbget-media mediaPvc: nzbget-hermes-media-pvc