werf icon indicating copy to clipboard operation
werf copied to clipboard

WERF_ADD_CUSTOM_TAG don't populate into bundle' values

Open freshcot opened this issue 1 year ago • 0 comments

Before proceeding

  • [X] I didn't find a similar issue

Version

1.2.328

How to reproduce

When I'm usingWERF_ADD_CUSTOM_TAG_1 and WERF_TAG for bundle, werf build the image and add an alias for the image (custom tag). But this tag doesn't apper inside values of the bundle, it goes with defalt tag

  1. Add env variables WERF_ADD_CUSTOM_TAG_1="${VERSION}-my-api" WERF_TAG="${VERSION}"
  2. Publish bundle werf bundle publish
  3. Download the bundle and open values.yaml

Result

You will see default tag for the image

Expected result

Image tag inside values.yaml should content custom tag

Additional information

No response

freshcot avatar Oct 10 '24 18:10 freshcot