From a4e842a4e488cafb69a1b4d555cda649b7551147 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Mon, 26 May 2025 13:38:51 +0200 Subject: [PATCH] ci: diasble gitea --- apps/kustomization.yaml | 3 ++- clusters/production/kustomization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/kustomization.yaml b/apps/kustomization.yaml index 197be73..99becfd 100644 --- a/apps/kustomization.yaml +++ b/apps/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization resources: - home-assistant/ - kitchenowl/ - - gitea/ + # - gitea/ + # - forgejo/ diff --git a/clusters/production/kustomization.yaml b/clusters/production/kustomization.yaml index ef7921f..6e4adb3 100644 --- a/clusters/production/kustomization.yaml +++ b/clusters/production/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - cert-manager.yaml - kitchenowl.yaml - - gitea.yaml - - ocirepository.yaml + # - gitea.yaml + # - ocirepository.yaml - ../../infrastructure - ../../apps