1
0
Fork 0

Merge branch 'add-dockerhub-to-settings' of p281392/molgenis-ops-docker-helm into master

This commit is contained in:
Fleur Kelpin 2018-09-06 15:02:35 +02:00 committed by Gogs
commit 599eec5123
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