mastodon / chart

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

How should you upgrade to 4.2.5? #118

Open hardillb opened 9 months ago

hardillb commented 9 months ago

The current chart has the tag set to v4.2 which should track the latest 4.2.x release

But the default pullPolicy is IfNotPresent so it won't upgrade without overiding the default.

Should this default be changed?

Or is the recommendation to pass the definitive tag name e.g. v4.2.5?

jeremiahlee commented 3 months ago

Should be ok to close this now that we're on v4.2.8 and it's specified correctly.