From 5fb9b2b3d9dce05370742691eb06e97670094109 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 26 Oct 2022 02:41:32 +0200
Subject: [PATCH] fix(renovate): Temporarily disable cache until investigation

Currently the cahce is not functional and causes lookup errors, this
patch should disable it and resolve the problem for now.
---
 apps/base/renovate/release.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/apps/base/renovate/release.yaml b/apps/base/renovate/release.yaml
index cac1abbb5..c750b2195 100644
--- a/apps/base/renovate/release.yaml
+++ b/apps/base/renovate/release.yaml
@@ -43,8 +43,6 @@ data:
   values.yaml: |
     serviceAccount:
       create: true
-    env:
-      RENOVATE_CACHE_DIR: "/cache"
     extraVolumes:
       - name: cache
         persistentVolumeClaim:
-- 
GitLab