From eccdda0ce7171d0f6ed95eab6c7fa5b5d87fbbb6 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Thu, 23 Oct 2025 19:45:23 +0200 Subject: [PATCH] Accidentaly applied Authentik changes to harbor --- applications/templates/authentik.yaml | 3 +++ applications/templates/harbor.yaml | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) 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