1
0

8 Commits

Author SHA1 Message Date
Fleur Kelpin
f6905334e1 Revert "Merge branch 'chore/nodeSelector' of P129679/molgenis-ops-docker-helm into master"
This reverts commit f94e6da6e3, reversing
changes made to b73fd578ea.
2018-09-29 11:29:53 +02:00
Sido Haakma
f94e6da6e3 Merge branch 'chore/nodeSelector' of P129679/molgenis-ops-docker-helm into master 2018-09-28 20:50:18 +02:00
Fleur Kelpin
b73fd578ea Merge branch 'feat/add-slack' of p281392/molgenis-ops-docker-helm into master 2018-09-28 14:43:14 +02:00
Fleur Kelpin
486ab89b41 Merge branch 'updated-molgenis-documentation' of p281392/molgenis-ops-docker-helm into master 2018-09-28 14:41:49 +02:00
Fleur Kelpin
d8b8bd9a22 chore: add nodeSelectors to the charts 2018-09-28 14:26:42 +02:00
sido
4e6349dacb update plugins to install Slack integration 2018-09-28 13:14:01 +02:00
sido
4312e92860 added plugin to plugin range 2018-09-28 12:41:43 +02:00
sido
02f7b7de1b updated to push to registry 2018-09-28 12:24:21 +02:00
5 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
name: molgenis-jenkins name: molgenis-jenkins
home: https://jenkins.io/ home: https://jenkins.io/
version: 0.7.1 version: 0.8.0
appVersion: 2.121 appVersion: 2.121
description: Molgenis installation for the jenkins chart. description: Molgenis installation for the jenkins chart.
sources: sources:

View File

@@ -75,6 +75,10 @@ Token used by Jenkins to authenticate on the [RuG Webhosting Gogs](https://git.w
| `secret.gogs.user` | username for the account | `p281392` | | `secret.gogs.user` | username for the account | `p281392` |
| `secret.gogs.token` | token for the account | `xxxx` | | `secret.gogs.token` | token for the account | `xxxx` |
#### Slack
The Slack integration is done mostly in the Jenkinsfile of each project. It is sufficient to only add the plugin to the Jenkins configuration in Helm.
#### Legacy: #### Legacy:
##### Docker Hub ##### Docker Hub

View File

@@ -1,3 +1,5 @@
# Helm in Jenkins
To be able to run helm inside a jenkins pod, you'll need to To be able to run helm inside a jenkins pod, you'll need to
* create a role in the namespace where tiller is installed * create a role in the namespace where tiller is installed
* bind that role to the user that jenkins pods run as * bind that role to the user that jenkins pods run as

View File

@@ -14,6 +14,7 @@ jenkins:
- github-oauth:0.29 - github-oauth:0.29
- gogs-webhook:1.0.14 - gogs-webhook:1.0.14
- github-scm-trait-commit-skip:0.1.1 - github-scm-trait-commit-skip:0.1.1
- slack:2.3
Security: Security:
UseGitHub: false UseGitHub: false
GitHub: GitHub:

View File

@@ -61,4 +61,9 @@ To test if your hem chart works and:
To deploy it on the cluster. To deploy it on the cluster.
```curl -L -u xxxx:xxxx http://registry.molgenis.org/repository/helm/ --upload-file molgenis-x.x.x.tgz```
To push it to the registry