Skip to content

Commit 34267f9

Browse files
authored
Include new Lookout non-v2 suffixed helm charts (#136)
Includes lookout, lookout-ingester and lookout-migration.
1 parent 9938632 commit 34267f9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Diff for: .github/workflows/scripts/config.json

+30
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,36 @@
185185
},
186186
"tests": false
187187
},
188+
{
189+
"name": "armada-lookout",
190+
"source": "deployment/lookout",
191+
"destination": "armada",
192+
"use_ref_as_version": {
193+
"pattern": "^refs/tags/v",
194+
"replacement": ""
195+
},
196+
"tests": false
197+
},
198+
{
199+
"name": "armada-lookout-migration",
200+
"source": "deployment/lookout-migration",
201+
"destination": "armada",
202+
"use_ref_as_version": {
203+
"pattern": "^refs/tags/v",
204+
"replacement": ""
205+
},
206+
"tests": false
207+
},
208+
{
209+
"name": "armada-lookout-ingester",
210+
"source": "deployment/lookout-ingester",
211+
"destination": "armada",
212+
"use_ref_as_version": {
213+
"pattern": "^refs/tags/v",
214+
"replacement": ""
215+
},
216+
"tests": false
217+
},
188218
{
189219
"name": "armada-scheduler-migration",
190220
"source": "deployment/scheduler-migration",

0 commit comments

Comments
 (0)