Commit cda82f7
committed
fix: .helm/Chart.yaml chart name redefines project name from werf.yaml
By default werf uses `project` directive value as a `{{ .Chart.Name }}` when no .helm/Chart.yaml exist.
User can redefine chart name with the following `.helm/Chart.yaml`:
```
apiVersion: v2
name: custom-chart-name
```
Fixes #4376
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>1 parent 4ab24cc commit cda82f7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments