chore(helm): update image docker.io/gitea/gitea 1.24.3 → 1.24.4 (#38091)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) | patch | `37b3500` -> `fc76050` | --- > [!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.4`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.24.4) [Compare Source](https://redirect.github.com/go-gitea/gitea/compare/v1.24.3...v1.24.4) - BUGFIXES - Fix various bugs (1.24) ([#​35186](https://redirect.github.com/go-gitea/gitea/issues/35186)) - Fix migrate input box bug ([#​35166](https://redirect.github.com/go-gitea/gitea/issues/35166)) ([#​35171](https://redirect.github.com/go-gitea/gitea/issues/35171)) - Only hide dropzone when no files have been uploaded ([#​35156](https://redirect.github.com/go-gitea/gitea/issues/35156)) ([#​35167](https://redirect.github.com/go-gitea/gitea/issues/35167)) - Fix review comment/dimiss comment x reference can be refereced back ([#​35094](https://redirect.github.com/go-gitea/gitea/issues/35094)) ([#​35099](https://redirect.github.com/go-gitea/gitea/issues/35099)) - Fix submodule nil check ([#​35096](https://redirect.github.com/go-gitea/gitea/issues/35096)) ([#​35098](https://redirect.github.com/go-gitea/gitea/issues/35098)) - MISC - Don't use full-file highlight when there is a git diff textconv ([#​35114](https://redirect.github.com/go-gitea/gitea/issues/35114)) ([#​35119](https://redirect.github.com/go-gitea/gitea/issues/35119)) - Increase gap on latest commit ([#​35104](https://redirect.github.com/go-gitea/gitea/issues/35104)) ([#​35113](https://redirect.github.com/go-gitea/gitea/issues/35113)) 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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.3
|
||||
appVersion: 1.24.4
|
||||
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.3
|
||||
version: 22.4.4
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/gitea/gitea
|
||||
tag: 1.24.3-rootless@sha256:37b35005c2ba9c21368c610ec07ccd5449cde766bb7ca6bab26543a99757394b
|
||||
tag: 1.24.4-rootless@sha256:fc76050d5f78fb0f59fdd859bab9a671cc6c0c43e3478dddf25d594d90a74034
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user