Skip to content

Commit

Permalink
fix(deploy): deploy.helmChartConfig.appVersion in werf.yaml ignored f…
Browse files Browse the repository at this point in the history
…or bundles

Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Jan 29, 2025
1 parent 368c909 commit 3f86c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/werf/bundle/publish/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ func runPublish(ctx context.Context, imageNameListFromArgs []string) error {
chartextender.DefaultChartAPIVersion = chart.APIVersionV2
chartextender.DefaultChartName = werfConfig.Meta.Project
chartextender.DefaultChartVersion = "1.0.0"
chartextender.ChartAppVersion = common.GetHelmChartConfigAppVersion(werfConfig)

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

0 comments on commit 3f86c11

Please sign in to comment.