forked from molgenis/thirdparty-ops-docker-helm
Compare commits
11 Commits
update-ser
...
b0301449bc
Author | SHA1 | Date | |
---|---|---|---|
b0301449bc | |||
9ac657e80c | |||
0ec9a9f510 | |||
de8c2e51d6 | |||
43ec3175e2 | |||
58f3ec1160 | |||
310d2a480b | |||
99e8f4f2a0 | |||
88b493b0d5 | |||
1a3212ee42 | |||
edc006563f |
@ -2,10 +2,10 @@ 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.2
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/molgenis/molgenis-ops-docker-helm.git
|
- https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm.git
|
||||||
icon: https://raw.githubusercontent.com/molgenis/molgenis-ops-docker-helm/master/charts/molgenis-website/catalog-molgenis-website.svg
|
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
|
home: https://www.molgenis.org
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: sidohaakma
|
- name: sidohaakma
|
||||||
|
BIN
charts/molgenis-website/catalogIcon-molgenis-website.png
Normal file
BIN
charts/molgenis-website/catalogIcon-molgenis-website.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -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: string
|
||||||
required: true
|
required: true
|
||||||
group: "Loadbalancing"
|
group: "Loadbalancing"
|
||||||
- variable: opencpu.image.repository
|
- variable: image.image.tag
|
||||||
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
|
|
||||||
label: Version
|
label: Version
|
||||||
default: ""
|
default: "latest"
|
||||||
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"
|
Reference in New Issue
Block a user