From 9a26c75884f5dc188195831513a1de069fd680d3 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 3 Apr 2026 23:49:27 -0500 Subject: [PATCH] chore: allow outgoing webhooks --- manifests/gitea/chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/gitea/chart.yaml b/manifests/gitea/chart.yaml index eef0aea..5545856 100644 --- a/manifests/gitea/chart.yaml +++ b/manifests/gitea/chart.yaml @@ -92,6 +92,8 @@ spec: # MINIO_SECRET_ACCESS_KEY: "" MINIO_USE_SSL: "false" MINIO_INSECURE_SKIP_VERIFY: "true" + webhook: + ALLOWED_HOST_LIST: loopback,private,*.shire-zebra.ts.net metrics: enabled: false