mastodon / chart

Helm chart for Mastodon deployment in Kubernetes
GNU Affero General Public License v3.0
161 stars 93 forks source link

feat(app): upgrade Mastodon to 4.2.5 #122

Closed jimeh closed 9 months ago

jimeh commented 9 months ago

The default image.tag value has been changed from v4.2 to the exact v4.2.5 version. With the non-exact version tag, patch upgrades on existing installs would be missed unless image.pullPolicy has been customized to Always.

renchap commented 9 months ago

Good point, thanks!