From e1250eb98281f9fb81678eb8516609710161d57d Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Thu, 23 Oct 2025 19:42:59 +0200 Subject: [PATCH] Update Redis image to official repository with tag 8.2 in Harbor configuration --- applications/templates/harbor.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/templates/harbor.yaml b/applications/templates/harbor.yaml index f42edfe..262c103 100644 --- a/applications/templates/harbor.yaml +++ b/applications/templates/harbor.yaml @@ -26,6 +26,12 @@ spec: updateStrategy: type: Recreate + # Change the Redis image from bitnami to the official one + redis: + image: + repository: redis + tag: 8.2 + # --- all persistence via PVCs (no S3/GCS/etc.) --- persistence: enabled: true