reverted registry to comply to values.yml
This commit is contained in:
parent
9ef26bc177
commit
db03e0154b
@ -9,7 +9,7 @@ questions:
|
|||||||
required: true
|
required: true
|
||||||
group: "Services and Load Balancing"
|
group: "Services and Load Balancing"
|
||||||
label: Hostname
|
label: Hostname
|
||||||
- variable: molgenis.image.registry
|
- variable: molgenis.image.repository
|
||||||
default: "registry.hub.docker.com"
|
default: "registry.hub.docker.com"
|
||||||
description: "Select a registry to pull from"
|
description: "Select a registry to pull from"
|
||||||
type: enum
|
type: enum
|
||||||
|
@ -26,7 +26,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: molgenis
|
- name: molgenis
|
||||||
{{- with .Values.molgenis }}
|
{{- with .Values.molgenis }}
|
||||||
image: "{{ .image.repository }}:{{ .image.tag }}"
|
image: "{{ .image.registry }}/{{ .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:
|
||||||
registry: 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