fix(deepstack): default to pvc for modelstore (#1565)

This commit is contained in:
Stavros Kois 2021-12-19 14:46:45 +02:00 committed by GitHub
parent cba5ef87c7
commit 9312c82e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
version: 8.0.4
version: 8.0.5
annotations:
truecharts.org/catagories: |
- AI

View File

@ -284,7 +284,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)"

View File

@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
version: 3.0.4
version: 3.0.5
annotations:
truecharts.org/catagories: |
- AI

View File

@ -284,7 +284,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)"