On server restart, Wordpress spins up with version 5.8.1 instead of the latest 5.8.2.
When server restarts, Wordpress installs version 5.8.1 instead of the latest 5.8.2.
I did some digging and noticed that values.yaml specifies version: 5.8.2
, while chart.yaml specifies appVersion: "5.8.1"
Manually changing appVersion to "5.8.2" should do the trick, but I assume we would want a solution that @stackspin-renovate likes better