You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new cli starship we will have version as part of the config file read by the client.
But we can already add version to the config file with the install.sh file taking care of the rest.
Proposal
Add version pointing to the helm chart version deployed as part of the config.
# cat config.yamlversion: 0.1.46
...
This is then read in install.sh and --version is not passed as an arg.
Note: this is future compatible with the cli work too.
The text was updated successfully, but these errors were encountered:
Overview
With the new cli
starship
we will haveversion
as part of the config file read by the client.But we can already add
version
to the config file with theinstall.sh
file taking care of the rest.Proposal
Add
version
pointing to the helm chart version deployed as part of the config.This is then read in
install.sh
and--version
is not passed as an arg.The text was updated successfully, but these errors were encountered: