Created
May 8, 2018 06:01
-
-
Save jdolitsky/0db30ecc723ee1879063ef4b91639d1a to your computer and use it in GitHub Desktop.
codefresh helm operations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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