Skip to content

Commit

Permalink
Update GitLab to 14.7.7 (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarjandu committed Apr 11, 2022
1 parent 21c8395 commit 4314ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gitlab/gitlab.tf.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -1240,15 +1240,15 @@ def remove_inconsequential_statements(statements: List[JSON]) -> List[JSON]:
--volume /mnt/gitlab/config:/etc/gitlab \
--volume /mnt/gitlab/logs:/var/log/gitlab \
--volume /mnt/gitlab/data:/var/opt/gitlab \
gitlab/gitlab-ce:14.7.4-ce.0
gitlab/gitlab-ce:14.7.7-ce.0
docker run \
--detach \
--name gitlab-runner \
--restart always \
--volume /mnt/gitlab/runner/config:/etc/gitlab-runner \
--network gitlab-runner-net \
--env DOCKER_HOST=tcp://gitlab-dind:2375 \
gitlab/gitlab-runner:v14.7.0
gitlab/gitlab-runner:v14.7.1
'''[1:]), # trim newline char at the beginning as dedent() only removes indent common to all lines
'tags': {
'Name': 'azul-gitlab',
Expand Down

0 comments on commit 4314ef5

Please sign in to comment.