From de8c2e51d6882363ab259244fca0fd555065b095 Mon Sep 17 00:00:00 2001 From: sido Date: Wed, 28 Nov 2018 21:50:39 +0100 Subject: [PATCH 1/2] chore(questions.yaml): updated group and type --- charts/molgenis-website/questions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/molgenis-website/questions.yml b/charts/molgenis-website/questions.yml index 01f2f73..bab686e 100644 --- a/charts/molgenis-website/questions.yml +++ b/charts/molgenis-website/questions.yml @@ -6,9 +6,9 @@ questions: label: Hostname(s) default: "site.dev.molgenis.org" description: "Specify a hostname for this MOLGENIS website instance" - type: hostname + type: string required: true - group: "Provisioning" + group: "Loadbalancing" - variable: image.image.tag label: Version default: "" From 0ec9a9f510c297123978799f8716eea498a8d901 Mon Sep 17 00:00:00 2001 From: sido Date: Wed, 28 Nov 2018 21:51:07 +0100 Subject: [PATCH 2/2] chore(chart.yaml): bumped verison to 0.3.1 --- charts/molgenis-website/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/molgenis-website/Chart.yaml b/charts/molgenis-website/Chart.yaml index 70b278e..78b9fb7 100644 --- a/charts/molgenis-website/Chart.yaml +++ b/charts/molgenis-website/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: MOLGENIS Helm chart for OpenCPU name: molgenis-website -version: 0.3.0 +version: 0.3.1 sources: - https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm.git icon: https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm/raw/master/charts/molgenis-website/catalogIcon-molgenis-website.png