Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ docker exec -it helmmanagerservice sh
# helm repo add cm http://chartmuseum:8080$ helm8080
$ helm package simple-app"cm" has been added to your repositories
$ exit

...

Code Block
languagebash
$ helm create simple-app
Creating simple-app$ helm package simple-appSuccessfully packaged chart and saved it to: <path-in-current-dir>/helm-manager/tmp
$ helm package simple-ap
Successfully packaged chart and saved it to: <path>/simple-app-0.1.0.tgz

The commands below show examples of operations towards the helm manager using the dummy chart.

...