bin/upgrade-scripts/to-2.0/fix-app.sh script should reconcile Nextcloud Kustomization
Currently the fix-app script does update the stackspin-nextcloud-variables
secret, but it does not reconcile the kustomization. The result is that the HelmRelease does not have the updated secret in it, and the Nextcloud login page fails with:
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
To fix this problem, the kustomization needs to be reconciled before resuming the Nextcloud helmrelease. Note, though, that because the helmrelease is suspended, the reconcile command will fail.