1
0
Fork 0

version bump and enumerized values for sizing volumes

This commit is contained in:
sido 2018-09-11 17:07:14 +02:00
parent 5fd05f505a
commit d7ccab34c4
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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