medic / cht-sync

Data synchronization between CouchDB and PostgreSQL for the purpose of analytics.
GNU General Public License v3.0
4 stars 5 forks source link

fix(#151): failing build github action #152

Closed njuguna-n closed 2 months ago

njuguna-n commented 2 months ago

Description

Fixes the failing build github action

closes medic/cht-sync#151

Code review checklist

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

witash commented 2 months ago

so this is more of a thing with a528aba64f3040d8163f2ea5d72f3457acf5dfa0 but the helm templates use the latest tag by default, so this means that new releases won't update on kubernetes deployments automatically. Which is what we want actually. but means that deployments need to use imageTag in values explicitly, and will need to run helm upgrade to deploy any new changes.

njuguna-n commented 2 months ago

@witash I have updated the workflow to also push the latest tag. I'll merge this in a few hours if you have no objection.

medic-ci commented 2 months ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: