use simplePVC as default storage for persistence

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-06 19:43:56 +01:00
parent 1a9ea47d02
commit 1994ef9c0b
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ name: testrc2
sources:
- https://github.com/Jackett/Jackett
type: application
version: 0.0.4
version: 0.0.5
annotations:
truecharts.org/catagories: |
- media

View File

@ -193,7 +193,7 @@ questions:
description: "Sets the persistence type, Anything other than PVC could break rollback!"
schema:
type: string
default: "simpleHP"
default: "simplePVC"
enum:
- value: "simplePVC"
description: "PVC (simple)"