Wrong path for CSS and JS static files
## Summary
I'm using the latest helm chart and Docker images for Gitlab, but when I visit the page I get 404 errors on all the JS and CSS assets.
## Steps to reproduce
I had an existing installation and just used "helm upgrade gitlab ." to upgrade my Gitlab instance.
## Current behavior
I'm just getting poorly rendered Gitlab pages.
## Expected behavior
Fully rendered pages with proper paths for JS and CSS
## Versions
- Chart: latest
- Platform:
- Self-hosted: bare metal
- Kubernetes: (`kubectl version`)
- Client: 1.17.1
- Server: 1.17.1
- Helm: (`helm version`)
- Client: 2
- Server:2
## Relevant logs
I did notice that in the container the assets have the wrong UUID. For example, the page is calling https://code.puzic.lan/assets/application-b9640edf7f8a7e9f5cfeb7db46a9c1264cb4347eeaf57f9d07504a97553c3daf.css but in the container the UUID is different. I believe that is the issue. How do I update the UUID from all the parent pages?
issue