diff --git a/applications/templates/authentik.yaml b/applications/templates/authentik.yaml index 5e3531b..83068e2 100644 --- a/applications/templates/authentik.yaml +++ b/applications/templates/authentik.yaml @@ -61,6 +61,9 @@ spec: enabled: false redis: enabled: true + image: + repository: redis + tag: 8.2 master: persistence: enabled: false diff --git a/applications/templates/harbor.yaml b/applications/templates/harbor.yaml index 262c103..f42edfe 100644 --- a/applications/templates/harbor.yaml +++ b/applications/templates/harbor.yaml @@ -26,12 +26,6 @@ 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