-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
Description
Hey there team
I recently updated my gitea instance with helm
helm upgrade --install gitea gitea-charts/gitea -n REDACTED -f REDACTED/gitea.yaml --version 8.3.0
and now I'm facing an error 500 I let a link with the logs
2023/06/30 11:46:53 ...s/context/context.go:263:HTML() [E] [649ec0ad] Render failed: template: admin/repo/list:48:25: executing "admin/repo/list" at <.Owner.HomeLink>: error calling HomeLink: runtime error: invalid memory address or nil pointer dereference
in template file (builtin) templates/admin/repo/list.tmpl:
----------------------------------------------------------------------
<td>{{.ID}}</td>
<td>
<a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
^^^^^^^^^^^^^^^
----------------------------------------------------------------------
No custom templates or changes to the default folder structure
Gitea Version
1.19.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
kubernetes deployment with helm
Database
PostgreSQL
dxas90
