This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
generated from jx3-gitops-repositories/jx3-minikube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelmfile.yaml
74 lines (74 loc) · 2.09 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
filepath: ""
environments:
default:
values:
- jx-values.yaml
- versionStream/src/fake-secrets.yaml.gotmpl
repositories:
- name: jenkins-x
url: https://storage.googleapis.com/chartmuseum.jenkins-x.io
- name: external-secrets
url: https://godaddy.github.io/kubernetes-external-secrets
- name: jx-labs
url: https://storage.googleapis.com/jenkinsxio-labs-private/charts
- name: stable
url: https://kubernetes-charts.storage.googleapis.com
- name: banzaicloud-stable
url: https://kubernetes-charts.banzaicloud.com
releases:
- chart: jenkins-x/jxboot-helmfile-resources
version: 0.0.283
name: jxboot-helmfile-resources
namespace: jx
values:
- charts/jenkins-x/jxboot-helmfile-resources/values.yaml
- versionStream/charts/jenkins-x/jxboot-helmfile-resources/values.yaml.gotmpl
- chart: external-secrets/kubernetes-external-secrets
version: 4.0.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: jenkins-x/tekton
version: 0.0.56
name: tekton
namespace: jx
values:
- versionStream/charts/jenkins-x/tekton/values.yaml.gotmpl
- chart: jenkins-x/lighthouse
version: 0.0.683
name: lighthouse
namespace: jx
values:
- versionStream/charts/jenkins-x/lighthouse/values.yaml.gotmpl
- chart: jenkins-x/bucketrepo
version: 0.1.39
name: bucketrepo
namespace: jx
values:
- versionStream/charts/jenkins-x/bucketrepo/values.yaml.gotmpl
- chart: stable/docker-registry
name: docker-registry
namespace: jx
values:
- versionStream/charts/stable/docker-registry/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
templates: {}
missingFileHandler: ""