Skip to content

Commit 3f86c11

Browse files
committed
fix(deploy): deploy.helmChartConfig.appVersion in werf.yaml ignored for bundles
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
1 parent 368c909 commit 3f86c11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/werf/bundle/publish/publish.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ func runPublish(ctx context.Context, imageNameListFromArgs []string) error {
368368
chartextender.DefaultChartAPIVersion = chart.APIVersionV2
369369
chartextender.DefaultChartName = werfConfig.Meta.Project
370370
chartextender.DefaultChartVersion = "1.0.0"
371+
chartextender.ChartAppVersion = common.GetHelmChartConfigAppVersion(werfConfig)
371372

372373
sv, err := bundles.BundleTagToChartVersion(ctx, cmdData.Tag, time.Now())
373374
if err != nil {

0 commit comments

Comments
 (0)