the default GitOps source repository for booting up Jenkins X
修订版 | c965f7132fb7acb47194ae57beac9dc1ca8432ae (tree) |
---|---|
时间 | 2019-07-25 15:17:24 |
作者 | James Strachan <james.strachan@gmai...> |
Commiter | GitHub |
Merge pull request #28 from jstrachan/stuff
fix: lets remove version numbers
@@ -2,25 +2,19 @@ dependencies: | ||
2 | 2 | - alias: tekton |
3 | 3 | name: tekton |
4 | 4 | repository: http://chartmuseum.jenkins-x.io |
5 | - version: 0.0.41 | |
6 | 5 | - condition: prow.enabled |
7 | 6 | alias: prow |
8 | 7 | name: prow |
9 | 8 | repository: http://chartmuseum.jenkins-x.io |
10 | - version: 0.0.960 | |
11 | 9 | - condition: lighthouse.enabled |
12 | 10 | alias: lighthouse |
13 | 11 | name: lighthouse |
14 | 12 | repository: http://chartmuseum.jenkins-x.io |
15 | - version: 0.0.53 | |
16 | 13 | - name: jenkins-x-platform |
17 | 14 | repository: http://chartmuseum.jenkins-x.io |
18 | - version: 2.0.872 | |
19 | 15 | - condition: external-dns.enabled |
20 | 16 | name: external-dns |
21 | 17 | repository: https://charts.bitnami.com/bitnami |
22 | - version: 1.5.2 | |
23 | 18 | #- condition: chartmuseum.enabled |
24 | 19 | # name: chartmuseum |
25 | 20 | # repository: http://chartmuseum.jenkins-x.io |
26 | -# version: 1.1.4 | |
\ No newline at end of file |
@@ -25,7 +25,7 @@ pipelineConfig: | ||
25 | 25 | - name: kube-system |
26 | 26 | dir: /workspace/source/systems/jxing |
27 | 27 | command: jx |
28 | - args: ['step','helm','apply', '--remote', '--no-vault', '--name', 'jxing'] | |
28 | + args: ['step','helm','apply', '--boot', '--remote', '--no-vault', '--name', 'jxing'] | |
29 | 29 | env: |
30 | 30 | - name: DEPLOY_NAMESPACE |
31 | 31 | value: kube-system |
@@ -47,7 +47,7 @@ pipelineConfig: | ||
47 | 47 | - name: cert-manager |
48 | 48 | dir: /workspace/source/systems/cm |
49 | 49 | command: jx |
50 | - args: ['step','helm','apply', '--remote', '--no-vault', '--name', 'jx'] | |
50 | + args: ['step','helm','apply', '--boot', '--remote', '--no-vault', '--name', 'jx'] | |
51 | 51 | env: |
52 | 52 | - name: DEPLOY_NAMESPACE |
53 | 53 | value: cert-manager |
@@ -58,7 +58,7 @@ pipelineConfig: | ||
58 | 58 | - name: helm-build |
59 | 59 | dir: /workspace/source/env |
60 | 60 | 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'] | |
62 | 62 | - name: verify-env |
63 | 63 | dir: /workspace/source/env |
64 | 64 | command: jx |
@@ -75,7 +75,7 @@ pipelineConfig: | ||
75 | 75 | - name: apply-repositories |
76 | 76 | dir: /workspace/source/repositories |
77 | 77 | command: jx |
78 | - args: ['step','helm','apply', '--name', 'repos'] | |
78 | + args: ['step','helm','apply', '--boot', '--name', 'repos'] | |
79 | 79 | - name: apply-pipeline-schedulers |
80 | 80 | dir: /workspace/source/prowConfig |
81 | 81 | command: jx |
@@ -2,4 +2,3 @@ dependencies: | ||
2 | 2 | - alias: cert-manager |
3 | 3 | name: cert-manager |
4 | 4 | repository: https://charts.jetstack.io |
5 | - version: v0.8.1 | |
\ No newline at end of file |
@@ -2,4 +2,3 @@ dependencies: | ||
2 | 2 | - alias: nginx-ingress |
3 | 3 | name: nginx-ingress |
4 | 4 | repository: https://kubernetes-charts.storage.googleapis.com |
5 | - version: 1.6.16 |