Merge branch 'master' of p281392/thirdparty-ops-docker-helm into master

This commit is contained in:
Sido Haakma 2018-11-28 20:49:34 +00:00 committed by Gogs
commit d997e04593
2 changed files with 8 additions and 18 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0" appVersion: "1.0"
description: MOLGENIS Helm chart for OpenCPU description: MOLGENIS Helm chart for OpenCPU
name: molgenis-website name: molgenis-website
version: 0.2.4 version: 0.3.0
sources: sources:
- https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm.git - 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 icon: https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm/raw/master/charts/molgenis-website/catalogIcon-molgenis-website.png

View File

@ -2,27 +2,17 @@
categories: categories:
- MOLGENIS - MOLGENIS
questions: questions:
- variable: ingress.enabled - variable: ingress.hosts[0].name
label: Enable ingress label: Hostname(s)
default: false default: "site.dev.molgenis.org"
description: "Enable ingress" description: "Specify a hostname for this MOLGENIS website instance"
type: boolean type: hostname
required: true
group: "Load balancing"
- variable: opencpu.image.repository
label: Registry
default: "registry.hub.docker.com"
description: "Select a registry to pull from"
type: enum
options:
- "registry.hub.docker.com"
- "registry.molgenis.org"
required: true required: true
group: "Provisioning" group: "Provisioning"
- variable: opencpu.image.tag - variable: image.image.tag
label: Version label: Version
default: "" default: ""
description: "Select a OpenCPU version (check the registry.molgenis.org or hub.docker.com for released tags)" description: "Select a MOLGENIS website version (check the registry.molgenis.org for released tags)"
type: string type: string
required: true required: true
group: "Provisioning" group: "Provisioning"