calgo-lab / green-db

The monorepo that powers the GreenDB.
https://calgo-lab.github.io/green-db/
22 stars 2 forks source link

Set chart versions and adjust Makefiles #148

Closed BigDatalex closed 1 year ago

BigDatalex commented 1 year ago

The appVersions were not updated accordingly, as they were not initialized correctly when the packages were created. Thus we were using old tags to retrieve the docker images from github, as the image tag uses by default the chart appVersion.

This PR sets all appVersion to our current version (0.2.13) and modifies the global and local Makefiles in order to increment the chart appVersion whenever we increment the poetry version aka bump a new version.

P.S.: I have not yet tested the deployment with all the new versions...