Skip to content

Commit f3e4a35

Browse files
committed
ci: add charts to release-please
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent 8481c6d commit f3e4a35

5 files changed

Lines changed: 29 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
* @edgehog-device-manager/cloud-devs
55
/frontend/ @edgehog-device-manager/cloud-frontend-devs
66
/backend/ @edgehog-device-manager/cloud-backend-devs
7+
/charts/ @edgehog-device-manager/platform-team

.github/release-please/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"release-type": "node",
1515
"component": "frontend",
1616
"include-component-in-tag": false
17+
},
18+
"charts": {
19+
"package-name": "charts",
20+
"release-type": "helm",
21+
"component": "charts",
22+
"include-component-in-tag": false
1723
}
1824
},
1925
"plugins": [
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"backend": "0.12.0",
3-
"frontend": "0.12.0"
3+
"frontend": "0.12.0",
4+
"charts": "0.1.0"
45
}

REUSE.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,21 @@ path = "renovate.json"
9292
precedence = "aggregate"
9393
SPDX-FileCopyrightText = "2026 Seco Mind Srl"
9494
SPDX-License-Identifier = "Apache-2.0"
95+
96+
[[annotations]]
97+
path = "chart/Chart.lock"
98+
precedence = "aggregate"
99+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
100+
SPDX-License-Identifier = "Apache-2.0"
101+
102+
[[annotations]]
103+
path = "chart/.helmignore"
104+
precedence = "aggregate"
105+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
106+
SPDX-License-Identifier = "Apache-2.0"
107+
108+
[[annotations]]
109+
path = "chart/templates/_helpers.tpl"
110+
precedence = "aggregate"
111+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
112+
SPDX-License-Identifier = "Apache-2.0"

dprint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"**/schema.graphql",
1313
"frontend/**",
1414
"backend/CHANGELOG.md",
15-
"doc/CHANGELOG.md"
15+
"doc/CHANGELOG.md",
16+
"chart/**"
1617
],
1718
"plugins": [
1819
"https://plugins.dprint.dev/json-0.21.0.wasm",

0 commit comments

Comments
 (0)