This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
generated from jx3-gitops-repositories/jx3-gke-terraform-vault
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhelmfile.yaml
104 lines (104 loc) · 2.9 KB
/
helmfile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
filepath: ""
environments:
default:
values:
- jx-values.yaml
- versionStream/src/fake-secrets.yaml.gotmpl
repositories:
- name: doesnotexist
url: https://storage.googleapis.com/chartmuseum.jenkins-x.io
- name: cdf
url: https://cdfoundation.github.io/tekton-helm-chart
- name: jenkins-x
url: https://storage.googleapis.com/chartmuseum.jenkins-x.io
- name: bitnami
url: https://charts.bitnami.com/bitnami
- name: external-secrets
url: https://godaddy.github.io/kubernetes-external-secrets
- name: jx-labs
url: https://storage.googleapis.com/jenkinsxio-labs-private/charts
- name: jx3
url: https://storage.googleapis.com/jenkinsxio/charts
- name: stable
url: https://charts.helm.sh/stable
- name: banzaicloud-stable
url: https://kubernetes-charts.banzaicloud.com
releases:
- chart: jenkins-x/jxboot-helmfile-resources
version: 1.0.12
name: jxboot-helmfile-resources
namespace: jx
values:
- versionStream/charts/jenkins-x/jxboot-helmfile-resources/values.yaml.gotmpl
- chart: external-secrets/kubernetes-external-secrets
version: 5.2.0
name: kubernetes-external-secrets
namespace: secret-infra
values:
- versionStream/charts/external-secrets/kubernetes-external-secrets/values.yaml.gotmpl
- chart: jx-labs/jenkins-x-crds
version: 0.0.7
name: jenkins-x-crds
namespace: jx
values:
- versionStream/charts/jx-labs/jenkins-x-crds/values.yaml
- chart: jx3/jx-pipelines-visualizer
version: 0.0.52
name: jx-pipelines-visualizer
namespace: jx
values:
- versionStream/charts/jx3/jx-pipelines-visualizer/values.yaml.gotmpl
- chart: jx3/jx-preview
version: 0.0.114
name: jx-preview
namespace: jx
- chart: stable/nginx-ingress
version: 1.39.1
name: nginx-ingress
namespace: nginx
values:
- versionStream/charts/stable/nginx-ingress/values.yaml.gotmpl
- chart: cdf/tekton-pipeline
version: 0.17.1
name: tekton-pipeline
namespace: tekton-pipelines
values:
- versionStream/charts/cdf/tekton-pipeline/values.yaml.gotmpl
- chart: jenkins-x/lighthouse
version: 0.0.869
name: lighthouse
namespace: jx
values:
- versionStream/charts/jenkins-x/lighthouse/values.yaml.gotmpl
- chart: jenkins-x/nexus
version: 0.1.35
name: nexus
namespace: jx
values:
- versionStream/charts/jenkins-x/nexus/values.yaml.gotmpl
- chart: jenkins-x/chartmuseum
version: 1.1.7
name: chartmuseum
namespace: jx
values:
- versionStream/charts/jenkins-x/chartmuseum/values.yaml.gotmpl
- chart: banzaicloud-stable/vault-operator
version: 1.3.0
name: vault-operator
namespace: secret-infra
- chart: jx-labs/vault-instance
version: 0.0.1
name: vault-instance
namespace: secret-infra
- chart: jx-labs/pusher-wave
version: 1.0.0
name: pusher-wave
namespace: secret-infra
- chart: jx3/jx-build-controller
version: 0.0.14
name: jx-build-controller
namespace: jx
values:
- versionStream/charts/jx3/jx-build-controller/values.yaml.gotmpl
templates: {}
missingFileHandler: ""