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

This commit is contained in:
Stavros Kois
2021-12-19 13:46:45 +01:00
committed by GitHub
parent cba5ef87c7
commit 9312c82e21
4 changed files with 4 additions and 4 deletions
+1 -1
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
+1 -1
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)"
+1 -1
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
+1 -1
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)"