# GitLab image mapping

```bash
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:
```
