From 1dd76d0413d824212f7a44c010e5edea729356ef Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 25 Jun 2025 20:47:43 +1200 Subject: [PATCH] Explicitly declare gitea image registry. --- gitea/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/values.yaml b/gitea/values.yaml index 072b2ba..c666542 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -9,8 +9,8 @@ replicaCount: 1 clusterDomain: cluster.local image: - registry: "" - repository: gitea/gitea + registry: docker.gitea.com + repository: gitea tag: "" pullPolicy: Always rootless: true