From 3c981b6ba4e92d5ca39c4fc02e9da24cf60f3cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Rodrigues?= Date: Sat, 20 Jun 2026 15:29:37 +0100 Subject: [PATCH] =?UTF-8?q?fix(infra):=20bump=20Gitea=20chart=2010.x=20?= =?UTF-8?q?=E2=86=92=2012.x=20to=20fix=20ImagePullBackOff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chart 10.x pinned bitnami/redis-cluster:7.2.3-debian-11 and bitnami/postgresql-repmgr:16.1.0-debian-11 — both removed from Docker Hub by Bitnami. Chart 12.x replaces Redis with Valkey and uses bitnamilegacy/ images that are still available. Co-Authored-By: Claude Sonnet 4.6 --- infrastructure/terraform/gitea.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/gitea.tf b/infrastructure/terraform/gitea.tf index c4b3ad6..78ba199 100644 --- a/infrastructure/terraform/gitea.tf +++ b/infrastructure/terraform/gitea.tf @@ -15,7 +15,7 @@ resource "helm_release" "gitea" { namespace = kubernetes_namespace.domains["gitea"].metadata[0].name repository = "https://dl.gitea.com/charts/" chart = "gitea" - version = "~> 10.0" + version = "~> 12.0" atomic = true timeout = 300