Update values.yaml
This commit is contained in:
parent
f32c2e0d52
commit
e91ea8d22f
@ -10,6 +10,7 @@ jenkins:
|
|||||||
- git:3.9.1
|
- git:3.9.1
|
||||||
- github-branch-source:2.3.6
|
- github-branch-source:2.3.6
|
||||||
- kubernetes-credentials-provider:0.9
|
- kubernetes-credentials-provider:0.9
|
||||||
|
- blueocean:1.6.1
|
||||||
Jobs: |-
|
Jobs: |-
|
||||||
molgenis: |-
|
molgenis: |-
|
||||||
<?xml version='1.1' encoding='UTF-8'?>
|
<?xml version='1.1' encoding='UTF-8'?>
|
||||||
@ -132,6 +133,12 @@ jenkins:
|
|||||||
- type: KeyValue
|
- type: KeyValue
|
||||||
key: PGP_SECRETKEY
|
key: PGP_SECRETKEY
|
||||||
value: "keyfile:/root/.m2/key.asc"
|
value: "keyfile:/root/.m2/key.asc"
|
||||||
|
- type: KeyValue
|
||||||
|
key: npm_config_registry
|
||||||
|
value: "http://nexus.molgenis-nexus:8081/repository/npm-central"
|
||||||
|
- type: KeyValue
|
||||||
|
key: yarn_proxy
|
||||||
|
value: "http://nexus.molgenis-nexus:8081/repository/npm-central"
|
||||||
- type: Secret
|
- type: Secret
|
||||||
key: SONAR_TOKEN
|
key: SONAR_TOKEN
|
||||||
secretName: molgenis-pipeline-env-secret
|
secretName: molgenis-pipeline-env-secret
|
||||||
@ -176,7 +183,7 @@ PipelineSecrets:
|
|||||||
<mirror>
|
<mirror>
|
||||||
<id>nexus</id>
|
<id>nexus</id>
|
||||||
<mirrorOf>external:*</mirrorOf>
|
<mirrorOf>external:*</mirrorOf>
|
||||||
<url>https://registry.molgenis.org/repository/maven-central/</url>
|
<url>http://nexus.molgenis-nexus:8081/repository/maven-central/</url>
|
||||||
</mirror>
|
</mirror>
|
||||||
</mirrors>
|
</mirrors>
|
||||||
<servers>
|
<servers>
|
||||||
@ -188,7 +195,7 @@ PipelineSecrets:
|
|||||||
</server>
|
</server>
|
||||||
<server>
|
<server>
|
||||||
<id>local-nexus</id>
|
<id>local-nexus</id>
|
||||||
<url>https://registry.molgenis.org/repository/maven-snapshots/</url>
|
<url>http://nexus.molgenis-nexus:8081/repository/maven-snapshots/</url>
|
||||||
<username>admin</username>
|
<username>admin</username>
|
||||||
<password>xxxxx</password>
|
<password>xxxxx</password>
|
||||||
</server>
|
</server>
|
||||||
|
Loading…
Reference in New Issue
Block a user