werf
werf copied to clipboard
WERF_ADD_CUSTOM_TAG don't populate into bundle' values
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
- Add env variables
WERF_ADD_CUSTOM_TAG_1="${VERSION}-my-api"WERF_TAG="${VERSION}" - Publish bundle
werf bundle publish - 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