Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 420 Bytes

BUILD.md

File metadata and controls

21 lines (15 loc) · 420 Bytes

How to create a Helm Release

After making changes to the Helm chart, you can create a new release by running the following command:

earthly --push +local-helm-package --VERSION=1.2.3
earthly --push +publish

You can also just re-index the helm chart repo and repush with...

earthly --push local-helm-index
earthly --push +publish

For additional information, run...

earthly doc