mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: add artifacthub-repo.yml (#6739)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -22,3 +22,4 @@
|
||||
*.tmproj
|
||||
.vscode/
|
||||
Makefile
|
||||
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
|
||||
Reference in New Issue
Block a user