Self-Managed Instances New Values in Minio After Reconfiguring No Being Applied

I need to reconfigure Minio after a standard Gitlab install via Helm Charts, would like to increase to 100GB from the 9GB installed, however any time I run the upgrade with the file change looks like successfully upgraded, but the changes have not been applied and Minio Browser still showing 9GB

USER-SUPPLIED VALUES:
certmanager-issuer:
email: ******************
gitlab-runner:
install: true
gitlab-runner.runners.privileged: true
gitlab-runner.imagePullPolicy: IfNotPresent
global:
edition: ce
hosts:
domain: ******************
minio:
persistence:
size: 100Gi
imagePullPolicy: IfNotPresent
init:
image:
imagePullPolicy: IfNotPresent

(looks like the indentation of my yaml file is gone!)

Found the problem when launching

kubectl get events -w -n gitlabs