From 3aea811f1fc58f52d6f4f002d2fb95ea927a4e89 Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Fri, 4 Apr 2025 20:18:59 +0000 Subject: [PATCH] chore(actions): remove obsolete gitea.act_runner.local_root_url (#850) Co-authored-by: Christopher Homberger Co-committed-by: Christopher Homberger --- templates/_helpers.tpl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 1594cc2..5798577 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -220,15 +220,6 @@ https {{- end -}} {{- end -}} -{{- define "gitea.act_runner.local_root_url" -}} -{{- if not .Values.gitea.config.server.LOCAL_ROOT_URL -}} - {{- printf "http://%s-http:%.0f" (include "gitea.fullname" .) .Values.service.http.port -}} -{{- else -}} - {{/* fallback for allowing to overwrite this value via inline config */}} - {{- .Values.gitea.config.server.LOCAL_ROOT_URL -}} -{{- end -}} -{{- end -}} - {{- define "gitea.inline_configuration" -}} {{- include "gitea.inline_configuration.init" . -}} {{- include "gitea.inline_configuration.defaults" . -}}