@@ -143,41 +143,91 @@ How to upgrade my helm dependency / I can't enable a feature
Basic use case is that the doc mention a feature, you enable it in values.yaml, but don't see the effect.
The cause can be that you don't use latest version of the helm package, the part of the toolkit which provide feature such as storage, nodowntime, ...
Until June 2024, version was pinned to a specific version, only allowing minor release (see `Use 0.6.*`)
We now recommend that you always use the latest version.
To do so update the file my-project/chart/Chart.yaml, set the version of the shiny-server dependency to ``*``.
.. tabs::
Until June 2024, the helm package was named ``shiny-server`` and version was pinned to a specific version, only allowing to get updates from minor release.
To prevent misunderstanding about the purpose of the helm package, we renamed it ``shiny-k8s-toolkit-helm``.
We also now recommend that you always use the latest version.
.. code-tab:: yaml
:caption: Use latest version (recommended)
:emphasize-lines: 9
:selected:
To do we provide a script that will update three files of the toolkit to use the latest version witht the new name of the helm package.