feat (molgenis-jenkins): Add helm build pod.
This commit is contained in:
parent
f43b21bcc6
commit
71a0889ad8
@ -1,7 +1,7 @@
|
|||||||
name: molgenis-jenkins
|
name: molgenis-jenkins
|
||||||
home: https://jenkins.io/
|
home: https://jenkins.io/
|
||||||
version: 0.8.0
|
version: 0.8.1
|
||||||
appVersion: 2.121
|
appVersion: 2.138.1
|
||||||
description: Molgenis installation for the jenkins chart.
|
description: Molgenis installation for the jenkins chart.
|
||||||
sources:
|
sources:
|
||||||
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
|
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
|
||||||
|
@ -583,6 +583,17 @@ jenkins:
|
|||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
NodeSelector: {}
|
NodeSelector: {}
|
||||||
|
helm:
|
||||||
|
Label: helm
|
||||||
|
NodeUsageMode: EXCLUSIVE
|
||||||
|
Containers:
|
||||||
|
chart-testing:
|
||||||
|
Image: "quay.io/helmpack/chart-testing"
|
||||||
|
ImageTag: v1.1.0
|
||||||
|
Command: cat
|
||||||
|
WorkingDir: /home/jenkins
|
||||||
|
TTY: true
|
||||||
|
NodeSelector: {}
|
||||||
|
|
||||||
# secret contains configuration for the kubernetes secrets that jenkins can access
|
# secret contains configuration for the kubernetes secrets that jenkins can access
|
||||||
secret:
|
secret:
|
||||||
|
Loading…
Reference in New Issue
Block a user