This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/gitea](https://redirect.github.com/go-gitea/gitea) | patch | `1.22.2-rootless` -> `1.22.3-rootless` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.22.3`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.22.3) [Compare Source](https://redirect.github.com/go-gitea/gitea/compare/v1.22.2...v1.22.3) - SECURITY - Fix bug when a token is given public only ([#​32204](https://redirect.github.com/go-gitea/gitea/issues/32204)) ([#​32218](https://redirect.github.com/go-gitea/gitea/issues/32218)) - PERFORMANCE - Increase `cacheContextLifetime` to reduce false reports ([#​32011](https://redirect.github.com/go-gitea/gitea/issues/32011)) ([#​32023](https://redirect.github.com/go-gitea/gitea/issues/32023)) - Don't join repository when loading action table data ([#​32127](https://redirect.github.com/go-gitea/gitea/issues/32127)) ([#​32143](https://redirect.github.com/go-gitea/gitea/issues/32143)) - BUGFIXES - Fix javascript error when an anonymous user visits migration page ([#​32144](https://redirect.github.com/go-gitea/gitea/issues/32144)) ([#​32179](https://redirect.github.com/go-gitea/gitea/issues/32179)) - Don't init signing keys if oauth2 provider is disabled ([#​32177](https://redirect.github.com/go-gitea/gitea/issues/32177)) - Fix wrong status of `Set up Job` when first step is skipped ([#​32120](https://redirect.github.com/go-gitea/gitea/issues/32120)) ([#​32125](https://redirect.github.com/go-gitea/gitea/issues/32125)) - Fix bug when deleting a migrated branch ([#​32075](https://redirect.github.com/go-gitea/gitea/issues/32075)) ([#​32123](https://redirect.github.com/go-gitea/gitea/issues/32123)) - Truncate commit message during Discord webhook push events ([#​31970](https://redirect.github.com/go-gitea/gitea/issues/31970)) ([#​32121](https://redirect.github.com/go-gitea/gitea/issues/32121)) - Allow to set branch protection in an empty repository ([#​32095](https://redirect.github.com/go-gitea/gitea/issues/32095)) ([#​32119](https://redirect.github.com/go-gitea/gitea/issues/32119)) - Fix panic when cloning with wrong ssh format. ([#​32076](https://redirect.github.com/go-gitea/gitea/issues/32076)) ([#​32118](https://redirect.github.com/go-gitea/gitea/issues/32118)) - Fix rename branch permission bug ([#​32066](https://redirect.github.com/go-gitea/gitea/issues/32066)) ([#​32108](https://redirect.github.com/go-gitea/gitea/issues/32108)) - Fix: database not update release when using `git push --tags --force` ([#​32040](https://redirect.github.com/go-gitea/gitea/issues/32040)) ([#​32074](https://redirect.github.com/go-gitea/gitea/issues/32074)) - Add missing comment reply handling ([#​32050](https://redirect.github.com/go-gitea/gitea/issues/32050)) ([#​32065](https://redirect.github.com/go-gitea/gitea/issues/32065)) - Do not escape relative path in RPM primary index ([#​32038](https://redirect.github.com/go-gitea/gitea/issues/32038)) ([#​32054](https://redirect.github.com/go-gitea/gitea/issues/32054)) - Fix `/repos/{owner}/{repo}/pulls/{index}/files` endpoint not populating `previous_filename` ([#​32017](https://redirect.github.com/go-gitea/gitea/issues/32017)) ([#​32028](https://redirect.github.com/go-gitea/gitea/issues/32028)) - Support allowed hosts for migrations to work with proxy ([#​32025](https://redirect.github.com/go-gitea/gitea/issues/32025)) ([#​32026](https://redirect.github.com/go-gitea/gitea/issues/32026)) - Fix the logic of finding the latest pull review commit ID ([#​32139](https://redirect.github.com/go-gitea/gitea/issues/32139)) ([#​32165](https://redirect.github.com/go-gitea/gitea/issues/32165)) - Fix bug in getting merged pull request by commit ([#​32079](https://redirect.github.com/go-gitea/gitea/issues/32079)) ([#​32117](https://redirect.github.com/go-gitea/gitea/issues/32117)) - Fix wrong last modify time ([#​32102](https://redirect.github.com/go-gitea/gitea/issues/32102)) ([#​32104](https://redirect.github.com/go-gitea/gitea/issues/32104)) - Fix incorrect `/tokens` api ([#​32085](https://redirect.github.com/go-gitea/gitea/issues/32085)) ([#​32092](https://redirect.github.com/go-gitea/gitea/issues/32092)) - Handle invalid target when creating releases using API ([#​31841](https://redirect.github.com/go-gitea/gitea/issues/31841)) ([#​32043](https://redirect.github.com/go-gitea/gitea/issues/32043)) - Check if the `due_date` is nil when editing issues ([#​32035](https://redirect.github.com/go-gitea/gitea/issues/32035)) ([#​32042](https://redirect.github.com/go-gitea/gitea/issues/32042)) - Fix container parallel upload bugs ([#​32022](https://redirect.github.com/go-gitea/gitea/issues/32022)) - Fixed race condition when deleting documents by repoId in ElasticSearch ([#​32185](https://redirect.github.com/go-gitea/gitea/issues/32185)) ([#​32188](https://redirect.github.com/go-gitea/gitea/issues/32188)) - Refactor CSRF protector ([#​32057](https://redirect.github.com/go-gitea/gitea/issues/32057)) ([#​32069](https://redirect.github.com/go-gitea/gitea/issues/32069)) - Fix Bug in Issue/pulls list ([#​32081](https://redirect.github.com/go-gitea/gitea/issues/32081)) ([#​32115](https://redirect.github.com/go-gitea/gitea/issues/32115)) - Include collaboration repositories on dashboard source/forks/mirrors list ([#​31946](https://redirect.github.com/go-gitea/gitea/issues/31946)) ([#​32122](https://redirect.github.com/go-gitea/gitea/issues/32122)) - Add null check for responseData.invalidTopics ([#​32212](https://redirect.github.com/go-gitea/gitea/issues/32212)) ([#​32217](https://redirect.github.com/go-gitea/gitea/issues/32217)) - TESTING - Fix mssql ci with a new mssql version on ci ([#​32094](https://redirect.github.com/go-gitea/gitea/issues/32094)) - MISC - Upgrade some dependencies include minio-go ([#​32166](https://redirect.github.com/go-gitea/gitea/issues/32166)) - Add bin to Composer Metadata ([#​32099](https://redirect.github.com/go-gitea/gitea/issues/32099)) ([#​32106](https://redirect.github.com/go-gitea/gitea/issues/32106)) - Lazy load avatar images ([#​32051](https://redirect.github.com/go-gitea/gitea/issues/32051)) ([#​32063](https://redirect.github.com/go-gitea/gitea/issues/32063)) - Upgrade cache to v0.2.1 ([#​32003](https://redirect.github.com/go-gitea/gitea/issues/32003)) ([#​32009](https://redirect.github.com/go-gitea/gitea/issues/32009)) Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
title
| title |
|---|
| README |
General Info
TrueCharts can be installed as both normal Helm Charts or as TrueNAS SCALE Apps. Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
For more information about this Chart, please check the docs on the TrueCharts website
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Installation
Helm-Chart installation
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
helm install mychart oci://tccr.io/truecharts/gitea
For more information on how to install TrueCharts Helm charts, checkout the instructions on the website
TrueNAS SCALE Apps
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the quick-start guides for TrueNAS SCALE.
Chart Specific Guides and information
All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://truecharts.org/charts/stable/gitea
Configuration Options
Please note: For TrueNAS SCALE, only options available in the GUI are supported. Hence most of these docs do not apply to TrueNAS SCALE
To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/stable/gitea/values.yaml
All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/public/blob/master/charts/library/common/values.yaml
Support
Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!
All Rights Reserved - The TrueCharts Project