diff --git a/apps-kustomized/forgejo/runner.yaml b/apps-kustomized/forgejo/runner.yaml index 885d004..3a5d147 100644 --- a/apps-kustomized/forgejo/runner.yaml +++ b/apps-kustomized/forgejo/runner.yaml @@ -29,7 +29,7 @@ spec: # https://forgejo.org/docs/v1.21/admin/actions/#offline-registration initContainers: - name: runner-register - image: code.forgejo.org/forgejo/runner:3.2.0 + image: code.forgejo.org/forgejo/runner:3.5.1 command: ["forgejo-runner", "register", "--no-interactive", "--token", $(RUNNER_SECRET), "--name", $(RUNNER_NAME), "--instance", $(FORGEJO_INSTANCE_URL)] env: - name: RUNNER_NAME @@ -52,7 +52,7 @@ spec: mountPath: /data containers: - name: runner - image: code.forgejo.org/forgejo/runner:3.2.0 + image: code.forgejo.org/forgejo/runner:3.5.1 command: ["sh", "-c", "while ! nc -z localhost 2376