From 89a9755e77c9b538f34ece7e241e6ea4d6048148 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Fri, 17 May 2024 23:47:24 +0200 Subject: [PATCH] Move the verified file --- helm/dbrepo/.helmignore | 1 + helm/{ => dbrepo}/artifacthub-repo.yml | 0 2 files changed, 1 insertion(+) rename helm/{ => dbrepo}/artifacthub-repo.yml (100%) diff --git a/helm/dbrepo/.helmignore b/helm/dbrepo/.helmignore index 62d87df84f..b9029e8dea 100644 --- a/helm/dbrepo/.helmignore +++ b/helm/dbrepo/.helmignore @@ -14,6 +14,7 @@ hack/ .svn/ # Generated build/ +artifacthub-repo.yml # Common backup files *.swp *.bak diff --git a/helm/artifacthub-repo.yml b/helm/dbrepo/artifacthub-repo.yml similarity index 100% rename from helm/artifacthub-repo.yml rename to helm/dbrepo/artifacthub-repo.yml -- GitLab