chore: add `artifacthub-repo.yml` (#6739)

This commit is contained in:
Colin Adler 2023-03-22 14:09:40 -05:00 committed by GitHub
parent c1e1c47c45
commit 79ae7cd639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -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 }}

View File

@ -22,3 +22,4 @@
*.tmproj
.vscode/
Makefile
artifacthub-repo.yml

View File

@ -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