cosmology-tech / starship

A k8s based unified development environment for Cosmos Ecosystem (and beyond)
https://docs.cosmology.zone/starship
MIT License
71 stars 23 forks source link

feature: add `version` for each of the config files to hold helm chart version #202

Open Anmol1696 opened 12 months ago

Anmol1696 commented 12 months ago

Overview

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.yaml
version: 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.

Anmol1696 commented 12 months ago

Is this a good idea?