mirror of https://github.com/helm/helm
fixed an issue in versioning.mk (#3653)
The MUTABLE_IMAGE_RUDDER variables was using the DOCKER_VERSION instead of MUTABLE_VERSION ``` MUTABLE_IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION} MUTABLE_IMAGE_RUDDER := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${SHORT_NAME_RUDDER}:${DOCKER_VERSION} ```pull/4207/head
parent
da1a5cc73f
commit
833fa52a08
Loading…
Reference in new issue