fix: set Gitea DEFAULT_ACTIONS_URL to self

https://gitea.com is no longer a valid value in Gitea 1.25 — causes
startup crash. Use 'self' to point action references at this instance.
This commit is contained in:
Will Anderson
2026-03-26 10:41:54 -05:00
parent d8f2c822f8
commit 8425f0988c
+1 -1
View File
@@ -60,7 +60,7 @@ spec:
- name: GITEA__webhook__ALLOWED_HOST_LIST - name: GITEA__webhook__ALLOWED_HOST_LIST
value: 192.168.0.0/24,10.0.0.0/8 value: 192.168.0.0/24,10.0.0.0/8
- name: GITEA__actions__DEFAULT_ACTIONS_URL - name: GITEA__actions__DEFAULT_ACTIONS_URL
value: https://gitea.com value: self
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data