incubator-devlake-helm-chart icon indicating copy to clipboard operation
incubator-devlake-helm-chart copied to clipboard

Helm chart deployed but UI show "New Migration Scripts Detected"

Open diwangcanada opened this issue 5 months ago • 2 comments

This is a fresh installation on GKE cluster. Helm chart deployed successful.

helm install devlake devlake/devlake --version=1.0.1-beta9 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET --set commonEnvs.TZ="EST",grafana.env.TZ="EST" -n devlake

Port forward to my local:

kubectl -n devlake port-forward service/devlake-ui 30090:4000

Open browser to "http://localhost:30090", then it redirect to migration page.

image

This is a new fresh installation, why it redirect to migration page?

diwangcanada avatar Sep 06 '24 18:09 diwangcanada