From 8528daff15cc2b5ba7861b78d941b9341bc13f7b Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Sun, 6 Aug 2023 18:16:43 +0200 Subject: [PATCH] Include artifacthub information in repository --- .gitlab-ci.yml | 1 + artifacthub-repo.yml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 artifacthub-repo.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0ad844..26f2a77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ pages: - "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt" - curl --user gitlab-ci-token:$CI_JOB_TOKEN "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/${CHANNEL}/index.yaml" -o repo-index.yaml - sed -e "s|- charts/|- ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/${CHANNEL}/charts/|" repo-index.yaml > ./public/index.yaml + - cp artifacthub-repo.yml ./public/ artifacts: paths: - public diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..57fb387 --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,2 @@ +--- +repositoryID: 53d55917-cab1-40ab-b6a6-c1d2f74e5426