From 9bdd7a623851f57274b22f5cceb36d8f1f69576f Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 17 May 2022 23:42:26 +0200
Subject: [PATCH] fix(tekton): Use path instead of chart name

---
 infrastructure/tekton/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/tekton/release.yaml b/infrastructure/tekton/release.yaml
index 68d9ee331..99ce7023f 100644
--- a/infrastructure/tekton/release.yaml
+++ b/infrastructure/tekton/release.yaml
@@ -7,7 +7,7 @@ spec:
   releaseName: tekton-operator
   chart:
     spec:
-      chart: tekton-operator
+      chart: ./chart
       sourceRef:
         kind: GitRepository
         name: tekton
-- 
GitLab