version bump and enumerized values for sizing volumes
This commit is contained in:
parent
5fd05f505a
commit
d7ccab34c4
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: "1.0"
|
appVersion: "1.0"
|
||||||
description: MOLGENIS - helm stack (in BETA)
|
description: MOLGENIS - helm stack (in BETA)
|
||||||
name: molgenis-beta
|
name: molgenis-beta
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
sources:
|
sources:
|
||||||
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
|
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
|
||||||
icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis/catalogIcon-molgenis.svg
|
icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis/catalogIcon-molgenis.svg
|
@ -107,9 +107,14 @@ questions:
|
|||||||
show_subquestion_if: true
|
show_subquestion_if: true
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: molgenis.persistence.size
|
- variable: molgenis.persistence.size
|
||||||
default: "30Gi"
|
default: "50Gi"
|
||||||
description: "Size of MOLGENIS filestore (not the database size)"
|
description: "Size of MOLGENIS filestore (not the database size)"
|
||||||
type: string
|
type: enum
|
||||||
|
options:
|
||||||
|
- "50Gi"
|
||||||
|
- "100Gi"
|
||||||
|
- "200Gi"
|
||||||
|
- "300Gi"
|
||||||
label: Size filestore
|
label: Size filestore
|
||||||
- variable: molgenis.persistence.retain
|
- variable: molgenis.persistence.retain
|
||||||
default: false
|
default: false
|
||||||
|
Loading…
Reference in New Issue
Block a user