mastodon / chart

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

feat(app): upgrade Mastodon to 4.2.5 #122

Closed jimeh closed 4 months ago

jimeh commented 5 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 4 months ago

Good point, thanks!