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^2
parent
218b9ed1ee
commit
54d81dba04
Loading…
Reference in new issue