You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
When using Gitea as the code source with token/password authentication, authentication fails.
The exact same code, build process, and service work correctly with GitHub and Gitee. However, both self-hosted Gitea and GiteaCloud result in an "Auth failed" error.
What did you expect to happen?
The code should be pulled successfully.
This screenshot is from version 3.3.0, where everything works as expected.
Steps to reproduce the behavior:
Ignore all other configurations
Add Gitea as the code source
Start build
Install Methods
Helm
Script base on K8s
All in One
Offline
Versions Used
zadig:
3.4.0
kubernetes:
1.30.11
A clean installation was performed for both version 3.3.0 and 3.4.0.
With the same setup and operations, version 3.3.0 works fine, but 3.4.0 fails.