From 3ab4f3b8fa7b949eac7b2b965a71d2a94fa55db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 26 Apr 2026 22:00:40 +0000 Subject: [PATCH] modified: deploy/app/helm-values.yaml --- deploy/app/helm-values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index f51ab31..95aba62 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -1,5 +1,8 @@ +global: + # forcing docker.io to use cache from harbor + imageRegistry: "docker.io" + image: - registry: "" # IMPORTANT: # The default image used by the Gitea Helm chart is the *rootless* variant. # Rootless Gitea does NOT include an SSH server, so enabling SSH in the chart @@ -15,9 +18,6 @@ image: # This ensures the container includes OpenSSH and can expose the SSH port. repository: gitea/gitea pullPolicy: Always - #tag: 1 -# dependency: -# https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml valkey-cluster: enabled: false @@ -92,9 +92,9 @@ postgresql-ha: postgresql: enabled: true image: - repository: bitnami/postgresql + repository: bitnamilegacy/postgresql tag: 16 - imagePullPolicy: IfNotPresent + imagePullPolicy: Always global: postgresql: auth: