feat (molgenis-jenkins): Add helm build pod.
This commit is contained in:
parent
f43b21bcc6
commit
71a0889ad8
@ -1,7 +1,7 @@
|
||||
name: molgenis-jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 0.8.0
|
||||
appVersion: 2.121
|
||||
version: 0.8.1
|
||||
appVersion: 2.138.1
|
||||
description: Molgenis installation for the jenkins chart.
|
||||
sources:
|
||||
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
|
||||
|
@ -583,6 +583,17 @@ jenkins:
|
||||
cpu: "1"
|
||||
memory: "512Mi"
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user