File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11stages :
2+ - preflight
23 - terraform-plan
34 - terraform-apply
45
@@ -69,6 +70,16 @@ default:
6970 when : delayed
7071 start_in : 2 min
7172
73+ regeneration-check:signoz :
74+ stage : preflight
75+ image : ghcr.io/code0-tech/build-images/mise:428.1
76+ script :
77+ - cd modules/docker/signoz
78+ - mise install
79+ - mise x -- signoz-foundry forge
80+ - git add .
81+ - git diff --exit-code --staged
82+
7283tf-plan:main :
7384 extends :
7485 - .tf-plan
Original file line number Diff line number Diff line change 5959 ],
6060 "enabled" : false
6161 }
62+ ],
63+ "customManagers" : [
64+ {
65+ "customType" : " regex" ,
66+ "managerFilePatterns" : [
67+ " modules/docker/signoz/casting.yaml"
68+ ],
69+ "matchStrings" : [
70+ " image: (?<depName>.*?):(?<currentValue>\\ S+)"
71+ ],
72+ "versioningTemplate" : " docker" ,
73+ "datasourceTemplate" : " docker"
74+ }
6275 ]
6376}
You can’t perform that action at this time.
0 commit comments