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