Update README.md

This commit is contained in:
sravula84 2024-08-27 10:42:02 -07:00 committed by GitHub
parent f7d9bb4acd
commit e83d3acef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
# create helm packages
```bash
git clone https://github.com/prosperllc/actions-runner-controller.git
cd charts/gha-runner-scale-set-controller
helm package .
cd charts/gha-runner-scale-set
helm package
push to helm repo
helm push gha-runner-scale-set-0.9.1.tgz oci://us-docker.pkg.dev/prosper-nonprod-registry/helm/action-runner-controller/gha-runner-scale-set
helm push gha-runner-scale-set-controller-0.9.1.tgz oci://us-docker.pkg.dev/prosper-nonprod-registry/helm/action-runner-controller/gha-runner-scale-set-controller
# Prosper Runner Scale set installation steps