Skip to content

Use chart app version for runner image value without tag.

What does this MR do?

Add support to specify the image name value without tag and use the chart application version logic to determine correct tag.

Why was this MR needed?

Avoid changing the values file with every chart version as the application version is already defined in the chart definition.

What's the best way to test this MR?

Change the image name to a value without tag (e.g. gitlab/gitlab-runner) and the generated full image name should be gitlab/gitlab-runner:alpine-v{VERSION} where the VERSION is the app version from Chart definition.

What are the relevant issue numbers?

Implements #242

Merge request reports