From cf730c2e4b586a2479602986effc450731d5785c Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 16 May 2023 01:43:11 +0100 Subject: [PATCH] feat(gitea): use @nyxkrage's improved fork The fork generates opengraph images on links that display text, resulting in a much nicer embed on external platforms --- cluster/gitea/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cluster/gitea/values.yaml b/cluster/gitea/values.yaml index 538c2ae..acbf907 100644 --- a/cluster/gitea/values.yaml +++ b/cluster/gitea/values.yaml @@ -1,3 +1,9 @@ +image: + registry: "eu.gcr.io" + repository: sanctureplicum/gitea-nyx + # Overrides the image tag whose default is the chart appVersion. + tag: "1.19.3" + service: http: type: ClusterIP