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"
|
||||
description: MOLGENIS - helm stack (in BETA)
|
||||
name: molgenis-beta
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
sources:
|
||||
- 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
|
|
@ -107,9 +107,14 @@ questions:
|
|||
show_subquestion_if: true
|
||||
subquestions:
|
||||
- variable: molgenis.persistence.size
|
||||
default: "30Gi"
|
||||
default: "50Gi"
|
||||
description: "Size of MOLGENIS filestore (not the database size)"
|
||||
type: string
|
||||
type: enum
|
||||
options:
|
||||
- "50Gi"
|
||||
- "100Gi"
|
||||
- "200Gi"
|
||||
- "300Gi"
|
||||
label: Size filestore
|
||||
- variable: molgenis.persistence.retain
|
||||
default: false
|
||||
|
|
Loading…
Reference in New Issue