File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ jobs:
302
302
helm repo index build/helm --url https://helm.coder.com/v2 --merge build/helm/index.yaml
303
303
gsutil -h "Cache-Control:no-cache,max-age=0" cp build/helm/coder_helm_${version}.tgz gs://helm.coder.com/v2
304
304
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
305
306
306
307
- name : Upload artifacts to actions (if dry-run)
307
308
if : ${{ inputs.dry_run }}
Original file line number Diff line number Diff line change 22
22
*.tmproj
23
23
.vscode/
24
24
Makefile
25
+ artifacthub-repo.yml
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments