Skip to content

Commit 79ae7cd

Browse files
authored
chore: add artifacthub-repo.yml (#6739)
1 parent c1e1c47 commit 79ae7cd

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ jobs:
302302
helm repo index build/helm --url https://helm.coder.com/v2 --merge build/helm/index.yaml
303303
gsutil -h "Cache-Control:no-cache,max-age=0" cp build/helm/coder_helm_${version}.tgz gs://helm.coder.com/v2
304304
gsutil -h "Cache-Control:no-cache,max-age=0" cp build/helm/index.yaml gs://helm.coder.com/v2
305+
gsutil -h "Cache-Control:no-cache,max-age=0" cp helm/artifacthub-repo.yml gs://helm.coder.com/v2
305306
306307
- name: Upload artifacts to actions (if dry-run)
307308
if: ${{ inputs.dry_run }}

helm/.helmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
*.tmproj
2323
.vscode/
2424
Makefile
25+
artifacthub-repo.yml

helm/artifacthub-repo.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file is uploaded to GCS at helm.coder.com/v2/artifacthub-repo.yml and
2+
# used by ArtifactHub to verify the repository.
3+
# See: https://artifacthub.io/packages/helm/coder-v2/coder
4+
repositoryID: b23f08c6-ad91-4122-aeb9-e2dfd02cda43
5+
owners:
6+
- name: colin
7+
email: colin@coder.com

0 commit comments

Comments
 (0)