Using the latest Helm chart to install older Gitlab runner

Is it possible to use the latest Gitlab runner Helm chart to install the older (and not the latest) version of the runner?

Hi,

you can change the image to an earlier version tag:

image: gitlab/gitlab-runner:alpine-v14.1.0

Found via the configuration docs hinting at the values.yml file.

Cheers,
Michael