Skip to content

werf v1.2.4+fix11

Compare
Choose a tag to compare
@flant-team-sysdev flant-team-sysdev released this 26 Jan 18:43
· 4592 commits to main since this release
8eaa361

Fixes

[deploy] werf_image and nameless image deprecation fix

Pass nameless image as .Values.werf.nameless_image instead of .Values.werf.image.

.Values.werf.image is always map[string]string and will only contain named images names.

As nameless image is being deprecated in the v1.2 there is no "normal" way to get nameless image from values, that's why we use "special" value .Values.werf.nameless_image for now. In the v1.3 nameless images will be completely removed.

Installation

Linux amd64

Darwin amd64

Windows amd64