@@ -9,7 +9,7 @@ tlsSecret: &tlsSecret
9
9
applications :
10
10
# Dont change mongodb name, current orion config relies on it.
11
11
- name : mongodb-orion
12
- enabled : true
12
+ enabled : false
13
13
source_path : applications/mongodb/chart
14
14
source_ref : *branch
15
15
destination : *destination
@@ -18,7 +18,7 @@ applications:
18
18
- values.yaml
19
19
20
20
- name : orion-ld
21
- enabled : true
21
+ enabled : false
22
22
source_path : applications/orion-ld/chart
23
23
source_ref : *branch
24
24
destination : *destination
@@ -29,7 +29,7 @@ applications:
29
29
- name : timescaledb-single
30
30
# Dont override, will break the tests.
31
31
releaseName : tsdb
32
- enabled : true
32
+ enabled : false
33
33
source_path : applications/timescaledb-single/chart
34
34
source_ref : *branch
35
35
destination : *destination
@@ -38,15 +38,15 @@ applications:
38
38
- values.yaml
39
39
40
40
- name : quantumleap
41
- enabled : true
41
+ enabled : false
42
42
source_path : applications/quantumleap/chart
43
43
source_ref : *branch
44
44
destination : *destination
45
45
helm_values :
46
46
- values.yaml
47
47
48
48
- name : grafana
49
- enabled : true
49
+ enabled : false
50
50
source_path : applications/grafana/chart
51
51
source_ref : *branch
52
52
destination : *destination
@@ -55,39 +55,39 @@ applications:
55
55
- values.yaml
56
56
57
57
- name : air-quality
58
- enabled : true
58
+ enabled : false
59
59
source_path : applications/air-quality-app/chart
60
60
source_ref : *branch
61
61
destination : *destination
62
62
helm_values :
63
63
- values.yaml
64
64
65
65
- name : keycloak
66
- enabled : true
66
+ enabled : false
67
67
source_path : applications/keycloak/chart
68
68
source_ref : *branch
69
69
destination : *destination
70
70
helm_values :
71
71
- values.yaml
72
72
73
73
- name : keycloak-pep
74
- enabled : true
74
+ enabled : false
75
75
source_path : applications/keycloak-pep/chart
76
76
source_ref : *branch
77
77
destination : *destination
78
78
helm_values :
79
79
- values.yaml
80
80
81
81
- name : kong
82
- enabled : true
82
+ enabled : false
83
83
source_path : applications/kong/chart
84
84
source_ref : *branch
85
85
destination : *destination
86
86
helm_values :
87
87
- values.yaml
88
88
89
89
- name : grafana-metrics
90
- enabled : true
90
+ enabled : false
91
91
source_path : applications/grafana-metrics/chart
92
92
source_ref : *branch
93
93
destination : *destination
@@ -96,7 +96,7 @@ applications:
96
96
- values.yaml
97
97
98
98
- name : airquality-simulator
99
- enabled : true
99
+ enabled : false
100
100
source_path : applications/airquality-simulator/chart
101
101
source_ref : *branch
102
102
destination : *destination
0 commit comments