Skip to content
Snippets Groups Projects
Verified Commit e3de7857 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(gitlab-runner): Deploy fixed version of gitlab-runner

Version 0.61.0 introduced a new function in the register-runner script,
which fails to run with the image. The following error message is
thrown:

```
/configmaps/register-the-runner: 2: Syntax error: "(" unexpected
```

This was fixed by version 0.61.2.

Reference:
https://artifacthub.io/packages/helm/gitlab/gitlab-runner/0.61.2?modal=template&template=configmap.yaml&compare-to=0.61.1
parent dbe87dff
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: gitlab-runner
namespace: gitlab-runner
version: 0.61.1
version: 0.61.2
interval: 5m
install:
remediation:
......@@ -70,4 +70,4 @@ spec:
podSelector:
matchLabels:
app: hetzner-runner-gitlab-runner
release: hetzner-runner
\ No newline at end of file
release: hetzner-runner
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment