Skip to content

Commit

Permalink
fix modified register.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhiendl committed Sep 29, 2022
1 parent e48d26f commit f62aa06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/gitlab-runner-hetzner-autoscale/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: gitlab-runner-hetzner-autoscale
name: gitlab-runner-hetzner-autoscale
version: 0.0.9
version: 0.0.10
appVersion: v0.1
keywords:
- gitlab-runner
Expand Down
4 changes: 2 additions & 2 deletions charts/gitlab-runner-hetzner-autoscale/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ stringData:
--template-config=$CONFIG_TEMPLATE_FILE \
--config=$CONFIG_FILE \
--executor docker+machine \
--run-untagged="{{ .Values.runner.runUntagged }}" \
--run-untagged="{{ .Values.runner.runUntagged }}" \
--docker-image=ruby:2.5 \
$REGISTER_ARGS \
$REGISTER_ARGS
config.template.toml: |
# docker+machine based on gitlab.com shared runner config:
Expand Down
4 changes: 3 additions & 1 deletion charts/gitlab-runner-hetzner-autoscale/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ hetzner:

runner:
locked: true
tags: []
tagList:
- test1
- test2
runUntagged: true
registrationToken: ""
ciServerUrl: "https://gitlab.com/"
Expand Down

0 comments on commit f62aa06

Please sign in to comment.