chore(helm): update image docker.io/gitea/gitea 1.24.4 → 1.24.5 (#38365)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) | patch | `fc76050` -> `3595135` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>go-gitea/gitea (docker.io/gitea/gitea)</summary> ### [`v1.24.5`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.24.5) [Compare Source](https://redirect.github.com/go-gitea/gitea/compare/v1.24.4...v1.24.5) - BUGFIXES - Fix a bug where lfs gc never worked. ([#​35198](https://redirect.github.com/go-gitea/gitea/issues/35198)) ([#​35255](https://redirect.github.com/go-gitea/gitea/issues/35255)) - Reload issue when sending webhook to make num comments is right. ([#​35243](https://redirect.github.com/go-gitea/gitea/issues/35243)) ([#​35248](https://redirect.github.com/go-gitea/gitea/issues/35248)) - Fix bug when review pull request commits ([#​35192](https://redirect.github.com/go-gitea/gitea/issues/35192)) ([#​35246](https://redirect.github.com/go-gitea/gitea/issues/35246)) - MISC - Vertically center "Show Resolved" ([#​35211](https://redirect.github.com/go-gitea/gitea/issues/35211)) ([#​35218](https://redirect.github.com/go-gitea/gitea/issues/35218)) 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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.24.4
|
||||
appVersion: 1.24.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -48,5 +48,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea
|
||||
type: application
|
||||
version: 22.4.4
|
||||
version: 22.4.5
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/gitea/gitea
|
||||
tag: 1.24.4-rootless@sha256:fc76050d5f78fb0f59fdd859bab9a671cc6c0c43e3478dddf25d594d90a74034
|
||||
tag: 1.24.5-rootless@sha256:35951356de5321229c41405d6f1dcbe5d51883ca4538ea334d989298b8286611
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user