1
0
Fork 0

reverted registry to comply to values.yml

This commit is contained in:
sido 2018-09-06 08:04:27 +02:00
parent 9ef26bc177
commit db03e0154b
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ questions:
required: true
group: "Services and Load Balancing"
label: Hostname
- variable: molgenis.image.registry
- variable: molgenis.image.repository
default: "registry.hub.docker.com"
description: "Select a registry to pull from"
type: enum

View File

@ -26,7 +26,7 @@ spec:
containers:
- name: molgenis
{{- with .Values.molgenis }}
image: "{{ .image.repository }}:{{ .image.tag }}"
image: "{{ .image.registry }}/{{ .image.name }}:{{ .image.tag }}"
imagePullPolicy: {{ .image.pullPolicy }}
env:
- name: molgenis.home

View File

@ -17,7 +17,8 @@ ingress:
molgenis:
image:
registry: registry.molgenis.org/molgenis/molgenis-app
repository: registry.molgenis.org
name: molgenis/molgenis-app
tag: 7.0.0-SNAPSHOT
pullPolicy: Always
adminPassword: admin