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