Update Redis image to official repository with tag 8.2 in Harbor configuration

This commit is contained in:
Marco van Zijl 2025-10-23 19:42:59 +02:00
parent c5d4f8ae95
commit e1250eb982

View File

@ -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