I tried to upgrade from 1.24 to 1.26. With 1.25 and https://github.com/itzg/minecraft-server-charts/issues/252 and https://github.com/itzg/minecraft-server-charts/pull/253 a feature was added to override the generated names for the resources. I have not specified a fullNameOverride in my values.yaml and am now getting the following error when trying to upgrade to 1.26: ``` 'Helm upgrade failed for release selfhosted/minecraft with chart minecraft@4.26.1: template: minecraft/templates/_helpers.tpl:32:14: executing "minecraft.fullname" at <.Values.fullnameOverride>: nil pointer evaluating interface {}.fullnameOverride' ```