From e050abc8ed5e3cce53bb8d75e3631f6a9301f518 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 19 Sep 2025 16:21:56 +0200 Subject: [PATCH] Update repository image for gitea postgresql to use appropriate image and tag Gitea helm chart relies on Bitnami images for postgresql. Beginning August 28th, 2025, Bitnami evolved its public catalog to offer a curated set of hardened, security-focused images under the new Bitnami Secure Images initiative. As part of this transition, starting August 28th, all existing container images, including older or versioned tags have been migrated from the public catalog (docker.io/bitnami) to the "Bitnami Legacy" repository (docker.io/bitnamilegacy), where they will no longer receive updates. Reference: https://github.com/bitnami/charts/tree/main/bitnami/postgresql Change-Id: I2f46ee434178ea31eb1fa23cfa44c47afb3931db Signed-off-by: garciadeblas (cherry picked from commit 9aca2a8fbc4c006bab44b4061b440315f32e1e5f) --- installers/gitea/values-standalone-ingress-ssh2222.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installers/gitea/values-standalone-ingress-ssh2222.yaml b/installers/gitea/values-standalone-ingress-ssh2222.yaml index 52b320da..fb3f5d8f 100644 --- a/installers/gitea/values-standalone-ingress-ssh2222.yaml +++ b/installers/gitea/values-standalone-ingress-ssh2222.yaml @@ -454,6 +454,12 @@ memcached: ## @param postgresql.persistence.size PVC Storage Request for PostgreSQL volume postgresql: enabled: true + image: + # repository: bitnamilegacy/postgresql + repository: bitnami/postgresql + tag: 11.11.0 + # repository: bitnami/postgresql + # tag: 11.11.0-debian-10-r62 global: postgresql: postgresqlDatabase: gitea -- 2.25.1