diff --git a/templates/GitLab-Runner/0/docker-compose.yml b/templates/GitLab-Runner/0/docker-compose.yml index b14ef50..d01f5ac 100644 --- a/templates/GitLab-Runner/0/docker-compose.yml +++ b/templates/GitLab-Runner/0/docker-compose.yml @@ -24,9 +24,6 @@ services: {{- end}} - --run-untagged - --locked=false - dns: - - 1.1.1.1 - - 1.0.0.1 {{- if .Values.GITLAB_LINK}} external_links: - ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}} @@ -45,9 +42,6 @@ services: image: gitlab/gitlab-runner:alpine command: - run - dns: - - 1.1.1.1 - - 1.0.0.1 {{- if .Values.GITLAB_LINK}} external_links: - ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}}