From 6aab5d6da07e13285f2a3a2aff5fdd60ac731625 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 4 Feb 2026 09:20:21 +1000 Subject: [PATCH] [forge] update ALLOWED_HOST_LIST for webhooks to include internal ips fixes: forge/forge#368 Signed-off-by: Ryan Lerch --- roles/openshift-apps/forgejo/templates/values.yaml.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/forgejo/templates/values.yaml.j2 b/roles/openshift-apps/forgejo/templates/values.yaml.j2 index 988d308d29..0db201f9f6 100644 --- a/roles/openshift-apps/forgejo/templates/values.yaml.j2 +++ b/roles/openshift-apps/forgejo/templates/values.yaml.j2 @@ -661,7 +661,9 @@ gitea: ssh.minimum_key_sizes: {} ## @param gitea.config.webhook Webhook settings - webhook: {} + webhook: + ALLOWED_HOST_LIST: "external,10.16.163.74,10.16.163.75,10.16.163.76,10.16.163.77" + ## @param gitea.config.mailer Mailer configuration (disabled by default) mailer: