Upgrades (One minor version at a time)
- Check Changelog for extra upgrade steps
- Update dependencies in Dockerfile and change version
- Update Image version in mastodon/templates/_helpers.tpl and in docker/Dockerfile
- Push changes and create a tag for the new version. CI will build the new image
- Fetch current helm values
- Upgrade helm chart
helm upgrade mastodon ./ -f <values_file>