Skip to content

Instantly share code, notes, and snippets.

@jdolitsky
Created May 8, 2018 06:01
Show Gist options
  • Save jdolitsky/0db30ecc723ee1879063ef4b91639d1a to your computer and use it in GitHub Desktop.
Save jdolitsky/0db30ecc723ee1879063ef4b91639d1a to your computer and use it in GitHub Desktop.
codefresh helm operations
$ helm push mychart/ codefresh
Pushing mychart-0.1.0.tgz to codefresh...
Done.
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "codefresh" chart repository
Update Complete. ⎈ Happy Helming!⎈
$ helm install --dry-run --name=demo codefresh/mychart
NAME: demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment