Merge branch 'added-selectable-molgenis-versions' of p281392/molgenis-ops-docker-helm into master
This commit is contained in:
commit
7499c1cc9a
@ -9,6 +9,28 @@ questions:
|
|||||||
required: true
|
required: true
|
||||||
group: "Services and Load Balancing"
|
group: "Services and Load Balancing"
|
||||||
label: Hostname
|
label: Hostname
|
||||||
|
- variable: molgenis.image.repository
|
||||||
|
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: "MOLGENIS - Version"
|
||||||
|
label: Registry
|
||||||
|
- variable: molgenis.image.tag
|
||||||
|
default: "stable"
|
||||||
|
description: "Select a MOLGENIS version"
|
||||||
|
type: enum
|
||||||
|
options:
|
||||||
|
- "latest"
|
||||||
|
- "stable"
|
||||||
|
- "7.1-stable"
|
||||||
|
- "7.0-stable"
|
||||||
|
required: true
|
||||||
|
group: "MOLGENIS - Version"
|
||||||
|
label: Version
|
||||||
- variable: molgenis.resources.limits.cpu
|
- variable: molgenis.resources.limits.cpu
|
||||||
default: 1
|
default: 1
|
||||||
description: "CPU limit for this MOLGENIS instance"
|
description: "CPU limit for this MOLGENIS instance"
|
||||||
|
@ -26,7 +26,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: molgenis
|
- name: molgenis
|
||||||
{{- with .Values.molgenis }}
|
{{- with .Values.molgenis }}
|
||||||
image: "{{ .image.repository }}:{{ .image.tag }}"
|
image: "{{ .image.repository }}/{{ .image.name }}:{{ .image.tag }}"
|
||||||
imagePullPolicy: {{ .image.pullPolicy }}
|
imagePullPolicy: {{ .image.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
- name: molgenis.home
|
- name: molgenis.home
|
||||||
|
@ -17,7 +17,8 @@ ingress:
|
|||||||
|
|
||||||
molgenis:
|
molgenis:
|
||||||
image:
|
image:
|
||||||
repository: registry.molgenis.org/molgenis/molgenis-app
|
repository: registry.molgenis.org
|
||||||
|
name: molgenis/molgenis-app
|
||||||
tag: 7.0.0-SNAPSHOT
|
tag: 7.0.0-SNAPSHOT
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
adminPassword: admin
|
adminPassword: admin
|
||||||
|
Loading…
Reference in New Issue
Block a user