From 03768e8399779f8264281cbf278ea33e872e2dd6 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Thu, 6 Feb 2025 20:54:18 +0100 Subject: [PATCH] Updated the forgejo-runner --- .../ref-implementation/forgejo-runner/values.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/template/stacks/ref-implementation/forgejo-runner/values.yaml b/template/stacks/ref-implementation/forgejo-runner/values.yaml index 7789e35..2fdc97c 100644 --- a/template/stacks/ref-implementation/forgejo-runner/values.yaml +++ b/template/stacks/ref-implementation/forgejo-runner/values.yaml @@ -1,14 +1,8 @@ -replicaCount: 1 +replicaCount: 2 image: repository: code.forgejo.org/forgejo/runner pullPolicy: IfNotPresent - tag: "3.5.1" - -resources: - limits: - memory: 2Gi - requests: - memory: 1Gi + tag: "6.0.1" forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000