From 6443a09f3897174c72313f53e68beaaac466f0e5 Mon Sep 17 00:00:00 2001 From: Daan Date: Wed, 20 May 2026 16:58:38 +0200 Subject: [PATCH] chore: set basic definitions up --- templates/_helpers.tpl | 10 ++++++++++ values.yaml | 2 ++ 2 files changed, 12 insertions(+) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 19ddf1c..e72bf74 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -49,6 +49,16 @@ storageClassName: {{ $storageClass | quote }} {{- end -}} {{- end -}} +{{/* +Resource definitions +*/}} +{{- define "gitea.actions.runner.resources" -}} + +{{- end -}} +{{- define "gitea.actions.dind.resources" -}} + +{{- end -}} + {{/* Common labels */}} diff --git a/values.yaml b/values.yaml index f28a70c..d9fae01 100644 --- a/values.yaml +++ b/values.yaml @@ -75,6 +75,7 @@ statefulset: digest: "" pullPolicy: IfNotPresent fullOverride: "" + resources: {} extraVolumeMounts: [] extraEnvs: [] @@ -104,6 +105,7 @@ statefulset: digest: "" pullPolicy: IfNotPresent fullOverride: "" + resources: {} extraVolumeMounts: [] # If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.