From: garciadeblas Date: Fri, 19 Sep 2025 14:21:56 +0000 (+0200) Subject: Update repository image for gitea postgresql to use appropriate image and tag X-Git-Tag: v18.0.1~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=9aca2a8fbc4c006bab44b4061b440315f32e1e5f;p=osm%2Fdevops.git 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 --- 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