From 0d6ab1537f99350060484402f55b42c6c8517de5 Mon Sep 17 00:00:00 2001 From: David Burke Date: Fri, 23 Jul 2021 16:45:37 -0400 Subject: [PATCH] Add icon --- .gitlab-ci.yml | 1 - Chart.yaml | 2 ++ public/icon.svg | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 public/icon.svg diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index feb6499..a885dfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ lint: pages: stage: deploy script: - - mkdir public - helm package . - helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} . - mv index.yaml glitchtip-*.tgz ./public diff --git a/Chart.yaml b/Chart.yaml index 0e702da..977ba8f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -20,6 +20,8 @@ version: 0.1.0 # incremented each time you make changes to the application. appVersion: 1.0.0 +icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg + dependencies: - name: postgresql version: ~10.3.17 diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..8404849 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file