Update repository image for gitea postgresql to use appropriate image and tag 12/15412/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 19 Sep 2025 14:21:56 +0000 (16:21 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 19 Sep 2025 17:33:45 +0000 (19:33 +0200)
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 <gerardo.garciadeblas@telefonica.com>
(cherry picked from commit 9aca2a8fbc4c006bab44b4061b440315f32e1e5f)

installers/gitea/values-standalone-ingress-ssh2222.yaml

index 52b320d..fb3f5d8 100644 (file)
@@ -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