From: garciadeblas Date: Sat, 6 Sep 2025 12:55:16 +0000 (+0200) Subject: Update repository image for gitea memcached to use bitnamilegacy/memcached X-Git-Tag: v18.0.1~16 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=f60489099ac7905f32b4d1760a5966c98b009787;p=osm%2Fdevops.git Update repository image for gitea memcached to use bitnamilegacy/memcached Gitea helm chart relies on Bitnami images for memcached. 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/memcached Change-Id: I967f7d2daa88ccd091413fe9cfff25b715586b46 Signed-off-by: garciadeblas --- diff --git a/installers/gitea/values-standalone-ingress-ssh2222.yaml b/installers/gitea/values-standalone-ingress-ssh2222.yaml index dfb460f3..52b320da 100644 --- a/installers/gitea/values-standalone-ingress-ssh2222.yaml +++ b/installers/gitea/values-standalone-ingress-ssh2222.yaml @@ -437,6 +437,12 @@ memcached: enabled: true service: port: 11211 + image: + # repository: bitnamilegacy/memcached + repository: bitnami/memcached + tag: 1.6.9 + # repository: bitnami/memcached + # tag: 1.6.9-debian-10-r114 ## @section PostgreSQL #