• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修订版c965f7132fb7acb47194ae57beac9dc1ca8432ae (tree)
时间2019-07-25 15:17:24
作者James Strachan <james.strachan@gmai...>
CommiterGitHub

Log Message

Merge pull request #28 from jstrachan/stuff

fix: lets remove version numbers

更改概述

差异

--- a/env/requirements.yaml
+++ b/env/requirements.yaml
@@ -2,25 +2,19 @@ dependencies:
22 - alias: tekton
33 name: tekton
44 repository: http://chartmuseum.jenkins-x.io
5- version: 0.0.41
65 - condition: prow.enabled
76 alias: prow
87 name: prow
98 repository: http://chartmuseum.jenkins-x.io
10- version: 0.0.960
119 - condition: lighthouse.enabled
1210 alias: lighthouse
1311 name: lighthouse
1412 repository: http://chartmuseum.jenkins-x.io
15- version: 0.0.53
1613 - name: jenkins-x-platform
1714 repository: http://chartmuseum.jenkins-x.io
18- version: 2.0.872
1915 - condition: external-dns.enabled
2016 name: external-dns
2117 repository: https://charts.bitnami.com/bitnami
22- version: 1.5.2
2318 #- condition: chartmuseum.enabled
2419 # name: chartmuseum
2520 # repository: http://chartmuseum.jenkins-x.io
26-# version: 1.1.4
\ No newline at end of file
--- a/jenkins-x.yml
+++ b/jenkins-x.yml
@@ -25,7 +25,7 @@ pipelineConfig:
2525 - name: kube-system
2626 dir: /workspace/source/systems/jxing
2727 command: jx
28- args: ['step','helm','apply', '--remote', '--no-vault', '--name', 'jxing']
28+ args: ['step','helm','apply', '--boot', '--remote', '--no-vault', '--name', 'jxing']
2929 env:
3030 - name: DEPLOY_NAMESPACE
3131 value: kube-system
@@ -47,7 +47,7 @@ pipelineConfig:
4747 - name: cert-manager
4848 dir: /workspace/source/systems/cm
4949 command: jx
50- args: ['step','helm','apply', '--remote', '--no-vault', '--name', 'jx']
50+ args: ['step','helm','apply', '--boot', '--remote', '--no-vault', '--name', 'jx']
5151 env:
5252 - name: DEPLOY_NAMESPACE
5353 value: cert-manager
@@ -58,7 +58,7 @@ pipelineConfig:
5858 - name: helm-build
5959 dir: /workspace/source/env
6060 command: jx
61- args: ['step','helm','apply', '--remote', '--name', 'jenkins-x', '--provider-values-dir', '../kubeProviders']
61+ args: ['step','helm','apply', '--boot', '--remote', '--name', 'jenkins-x', '--provider-values-dir', '../kubeProviders']
6262 - name: verify-env
6363 dir: /workspace/source/env
6464 command: jx
@@ -75,7 +75,7 @@ pipelineConfig:
7575 - name: apply-repositories
7676 dir: /workspace/source/repositories
7777 command: jx
78- args: ['step','helm','apply', '--name', 'repos']
78+ args: ['step','helm','apply', '--boot', '--name', 'repos']
7979 - name: apply-pipeline-schedulers
8080 dir: /workspace/source/prowConfig
8181 command: jx
--- a/systems/cm/requirements.yaml
+++ b/systems/cm/requirements.yaml
@@ -2,4 +2,3 @@ dependencies:
22 - alias: cert-manager
33 name: cert-manager
44 repository: https://charts.jetstack.io
5- version: v0.8.1
\ No newline at end of file
--- a/systems/jxing/requirements.yaml
+++ b/systems/jxing/requirements.yaml
@@ -2,4 +2,3 @@ dependencies:
22 - alias: nginx-ingress
33 name: nginx-ingress
44 repository: https://kubernetes-charts.storage.googleapis.com
5- version: 1.6.16