diff --git a/README.md b/README.md index cc772bfbcee35f80cb4d33c66dc8667d5419592c..6d59c45bb1a904488ce60cae51eca6dc4be53ce7 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ To build a package locally, and test it with the example project, you can do: ```sh -helm package shiny-server -d ../*shiny-k8s-example-python/chart/charts/ -helm package shiny-server -d ../*shiny-k8s-example-r/chart/charts/ +helm package shiny-k8s-toolkit-helm -d ../*shiny-k8s-example-python/chart/charts/ +helm package shiny-k8s-toolkit-helm -d ../*shiny-k8s-example-r/chart/charts/ ``` It will store the package in the appropriate folder, and when you will run `./dohelm.sh` the newest version will be used. -Don't forget to increment the version counter in shiny-server/Chart.yaml +Don't forget to increment the version counter in shiny-k8s-toolkit-helm/Chart.yaml