From 9ac657e80cf3e331272b405afd2ca8f8988eb38a Mon Sep 17 00:00:00 2001 From: sido Date: Wed, 28 Nov 2018 21:55:54 +0100 Subject: [PATCH 1/2] chore(questions.yaml): set default value for version --- charts/molgenis-website/questions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/molgenis-website/questions.yml b/charts/molgenis-website/questions.yml index bab686e..c09697e 100644 --- a/charts/molgenis-website/questions.yml +++ b/charts/molgenis-website/questions.yml @@ -11,7 +11,7 @@ questions: group: "Loadbalancing" - variable: image.image.tag label: Version - default: "" + default: "latest" description: "Select a MOLGENIS website version (check the registry.molgenis.org for released tags)" type: string required: true From b0301449bc612a98662fba9e9a8fe2485f79b66d Mon Sep 17 00:00:00 2001 From: sido Date: Wed, 28 Nov 2018 21:56:12 +0100 Subject: [PATCH 2/2] chore(chart.yaml): bumped version to 0.3.2 --- 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 78b9fb7..18a7d4d 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.1 +version: 0.3.2 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