From ead40472d0ba4c067a6ad3b38513a6ba4a6b514a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Sat, 6 Sep 2025 14:55:16 +0200 Subject: [PATCH] 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 --- 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 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 # -- 2.25.1