19 Commits

Author SHA1 Message Date
db546fda32 Merge branch 'master' of p281392/thirdparty-ops-docker-helm into master 2018-11-30 06:49:01 +00:00
a419edbe84 chore(docs): updated description and docs 2018-11-29 20:36:17 +01:00
1236a96e7d Merge branch 'master' of p281392/thirdparty-ops-docker-helm into master 2018-11-28 20:56:40 +00:00
b0301449bc chore(chart.yaml): bumped version to 0.3.2 2018-11-28 21:56:12 +01:00
9ac657e80c chore(questions.yaml): set default value for version 2018-11-28 21:55:54 +01:00
ad745da674 Merge branch 'master' of p281392/thirdparty-ops-docker-helm into master 2018-11-28 20:51:35 +00:00
0ec9a9f510 chore(chart.yaml): bumped verison to 0.3.1 2018-11-28 21:51:07 +01:00
de8c2e51d6 chore(questions.yaml): updated group and type 2018-11-28 21:50:39 +01:00
d997e04593 Merge branch 'master' of p281392/thirdparty-ops-docker-helm into master 2018-11-28 20:49:34 +00:00
43ec3175e2 chore(chart.yaml): bumped version to 0.3.0 2018-11-28 21:48:52 +01:00
58f3ec1160 fix(questions.yaml): update questions to use in rancher 2018-11-28 21:47:47 +01:00
093ed69a5c Merge branch 'master' of p281392/thirdparty-ops-docker-helm into master 2018-11-28 20:35:46 +00:00
310d2a480b fix(chart.yaml): fixed typo in url 2018-11-28 21:33:46 +01:00
363f5a7a0b Merge branch 'master' of p281392/thirdparty-ops-docker-helm into master 2018-11-28 20:32:23 +00:00
99e8f4f2a0 fix(icon): fixed typo 2018-11-28 21:31:59 +01:00
bd8ffb929b Merge branch 'master' of p281392/thirdparty-ops-docker-helm into master 2018-11-28 20:30:32 +00:00
88b493b0d5 Merge branch 'master' of https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm 2018-11-28 21:30:13 +01:00
1a3212ee42 Merge branch 'update-service-name' of p281392/thirdparty-ops-docker-helm into master 2018-11-28 20:29:44 +00:00
edc006563f feat(icon): added icon and changed source 2018-11-28 21:29:19 +01:00
4 changed files with 16 additions and 26 deletions

View File

@ -1,11 +1,11 @@
apiVersion: v1
appVersion: "1.0"
description: MOLGENIS Helm chart for OpenCPU
description: MOLGENIS Helm chart for the website
name: molgenis-website
version: 0.2.4
version: 0.3.3
sources:
- https://github.com/molgenis/molgenis-ops-docker-helm.git
icon: https://raw.githubusercontent.com/molgenis/molgenis-ops-docker-helm/master/charts/molgenis-website/catalog-molgenis-website.svg
- 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
home: https://www.molgenis.org
maintainers:
- name: sidohaakma

View File

@ -1,6 +1,6 @@
# MOLGENIS - OpenCPU Helm Chart
# MOLGENIS - Website Helm Chart
NEXUS repository for kubernetes to deploy on a kubernetes cluster with NFS-share
Website Helm chart to deploy the molgenis.org website.
## Containers
@ -9,7 +9,7 @@ This chart will deploy the following containers:
- NGINX
## Provisioning
You can choose for the OpenCPU image from which repository you want to pull. Experimental builds are pushed to registry.molgenis.org and the stable builds to hub.docker.com.
You can choose which version of the NGINX image you want to deploy. Each merge with the master results in a tagged image with the build-number.
You need to fill out 2 properties to determine which repository you are going to use.
- ```site.image.repository```

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -2,27 +2,17 @@
categories:
- MOLGENIS
questions:
- variable: ingress.enabled
label: Enable ingress
default: false
description: "Enable ingress"
type: boolean
- variable: ingress.hosts[0].name
label: Hostname(s)
default: "site.dev.molgenis.org"
description: "Specify a hostname for this MOLGENIS website instance"
type: string
required: true
group: "Loadbalancing"
- 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
group: "Provisioning"
- variable: opencpu.image.tag
- variable: image.image.tag
label: Version
default: ""
description: "Select a OpenCPU version (check the registry.molgenis.org or hub.docker.com for released tags)"
default: "latest"
description: "Select a MOLGENIS website version (check the registry.molgenis.org for released tags)"
type: string
required: true
group: "Provisioning"