https://github.com/bigbinary/heroku-buildpack-helm
Heroku Buildpack for running Helm commands
https://github.com/bigbinary/heroku-buildpack-helm
Last synced: 2 months ago
JSON representation
Heroku Buildpack for running Helm commands
- Host: GitHub
- URL: https://github.com/bigbinary/heroku-buildpack-helm
- Owner: bigbinary
- Created: 2023-01-09T07:00:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T07:04:09.000Z (over 2 years ago)
- Last Synced: 2025-02-04T21:43:25.864Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm in Heroku
Add the helm binary to Heroku using the script provided by Helm here:
https://helm.sh/docs/intro/install/#from-script
# Add
```
heroku buildpacks:add https://github.com/bigbinary/heroku-buildpack-helm
```# Remove
```
heroku buildpacks:remove https://github.com/bigbinary/heroku-buildpack-helm
```