mastodon / chart

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

How should you upgrade to 4.2.5? #118

Open hardillb opened 5 months ago

hardillb commented 5 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?