File tree Expand file tree Collapse file tree 6 files changed +44
-3
lines changed
Expand file tree Collapse file tree 6 files changed +44
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2020 "release-type" : " node" ,
2121 "component" : " frontend" ,
2222 "include-component-in-tag" : false
23+ },
24+ "charts" : {
25+ "package-name" : " charts" ,
26+ "release-type" : " helm" ,
27+ "component" : " charts" ,
28+ "include-component-in-tag" : false
2329 }
2430 },
2531 "plugins" : [
Original file line number Diff line number Diff line change 11{
22 "backend" : " 0.11.0" ,
33 "doc" : " 0.10.0" ,
4- "frontend" : " 0.11.0"
4+ "frontend" : " 0.11.0" ,
5+ "charts" : " 0.1.0"
56}
Original file line number Diff line number Diff line change @@ -80,3 +80,21 @@ path = ".github/CODEOWNERS"
8080precedence = " aggregate"
8181SPDX-FileCopyrightText = " 2026 Seco Mind Srl"
8282SPDX-License-Identifier = " Apache-2.0"
83+
84+ [[annotations ]]
85+ path = " chart/Chart.lock"
86+ precedence = " aggregate"
87+ SPDX-FileCopyrightText = " 2026 SECO Mind Srl"
88+ SPDX-License-Identifier = " Apache-2.0"
89+
90+ [[annotations ]]
91+ path = " chart/.helmignore"
92+ precedence = " aggregate"
93+ SPDX-FileCopyrightText = " 2026 SECO Mind Srl"
94+ SPDX-License-Identifier = " Apache-2.0"
95+
96+ [[annotations ]]
97+ path = " chart/templates/_helpers.tpl"
98+ precedence = " aggregate"
99+ SPDX-FileCopyrightText = " 2026 SECO Mind Srl"
100+ SPDX-License-Identifier = " Apache-2.0"
Original file line number Diff line number Diff line change 1212 " .reuse/templates/*" ,
1313 " **/schema.graphql" ,
1414 " frontend/**" ,
15- " backend/CHANGELOG.md"
15+ " backend/CHANGELOG.md" ,
16+ " chart/**"
1617 ],
1718 "plugins" : [
1819 " https://plugins.dprint.dev/json-0.21.0.wasm" ,
Original file line number Diff line number Diff line change 1- SPDX-FileCopyrightText: 2025 SECO Mind Srl
1+ This file is part of Edgehog.
2+
3+ SPDX-FileCopyrightText: 2025, 2026 SECO Mind Srl
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
216
317SPDX-License-Identifier: Apache-2.0
You can’t perform that action at this time.
0 commit comments