GitLab image mapping

helm -n gitlab template gitlab gitlab/gitlab --version 6.4.1 -f values.yml \
    > gitlab-6.4.1.yml

cat gitlab-6.4.1.yml | grep image:

Last updated