1
0
Fork 0

Merge branch 'master' of https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm into add-molgenis-production

This commit is contained in:
sido 2018-09-07 09:50:35 +02:00
commit 31567c281a
2 changed files with 4 additions and 10 deletions

View File

@ -606,10 +606,9 @@ PipelineSecrets:
<username>admin</username> <username>admin</username>
<password>xxxx</password> <password>xxxx</password>
</server> </server>
<!-- to authenticate against GOGS for MAVEN release -->
<server> <server>
<id>gogs</id> <id>registry.hub.docker.com</id>
<username>xxxx</username> <username>molgenisci</username>
<password>xxxx</password> <password>xxxx</password>
</server> </server>
</servers> </servers>

View File

@ -21,13 +21,8 @@ questions:
label: Registry label: Registry
- variable: molgenis.image.tag - variable: molgenis.image.tag
default: "stable" default: "stable"
description: "Select a MOLGENIS version" description: "Select a MOLGENIS version (check the registry.molgenis.org or hub.docker.com for other tags)"
type: enum type: string
options:
- "latest"
- "stable"
- "7.1-stable"
- "7.0-stable"
required: true required: true
group: "MOLGENIS - Version" group: "MOLGENIS - Version"
label: Version label: Version