From 79ae7cd63937c9a51e3d8f91586a5cd10cab5e30 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Wed, 22 Mar 2023 14:09:40 -0500 Subject: [PATCH] chore: add `artifacthub-repo.yml` (#6739) --- .github/workflows/release.yaml | 1 + helm/.helmignore | 1 + helm/artifacthub-repo.yml | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 helm/artifacthub-repo.yml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a5da8fa7f6..b548859afc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -302,6 +302,7 @@ jobs: helm repo index build/helm --url https://helm.coder.com/v2 --merge build/helm/index.yaml gsutil -h "Cache-Control:no-cache,max-age=0" cp build/helm/coder_helm_${version}.tgz gs://helm.coder.com/v2 gsutil -h "Cache-Control:no-cache,max-age=0" cp build/helm/index.yaml gs://helm.coder.com/v2 + gsutil -h "Cache-Control:no-cache,max-age=0" cp helm/artifacthub-repo.yml gs://helm.coder.com/v2 - name: Upload artifacts to actions (if dry-run) if: ${{ inputs.dry_run }} diff --git a/helm/.helmignore b/helm/.helmignore index c976b3b467..32bbea708e 100644 --- a/helm/.helmignore +++ b/helm/.helmignore @@ -22,3 +22,4 @@ *.tmproj .vscode/ Makefile +artifacthub-repo.yml diff --git a/helm/artifacthub-repo.yml b/helm/artifacthub-repo.yml new file mode 100644 index 0000000000..f14e888aa5 --- /dev/null +++ b/helm/artifacthub-repo.yml @@ -0,0 +1,7 @@ +# This file is uploaded to GCS at helm.coder.com/v2/artifacthub-repo.yml and +# used by ArtifactHub to verify the repository. +# See: https://artifacthub.io/packages/helm/coder-v2/coder +repositoryID: b23f08c6-ad91-4122-aeb9-e2dfd02cda43 +owners: + - name: colin + email: colin@coder.com