chore(helm): update image docker.io/gitea/gitea 1.24.6 → 1.24.7 (#41074)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) | patch | `91f2b27` -> `a664a64` | --- > [!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.7`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.24.7) [Compare Source](https://redirect.github.com/go-gitea/gitea/compare/v1.24.6...v1.24.7) - SECURITY - Refactor legacy code ([#​35708](https://redirect.github.com/go-gitea/gitea/issues/35708)) ([#​35713](https://redirect.github.com/go-gitea/gitea/issues/35713)) - Fixing issue [#​35530](https://redirect.github.com/go-gitea/gitea/issues/35530): Password Leak in Log Messages ([#​35584](https://redirect.github.com/go-gitea/gitea/issues/35584)) ([#​35665](https://redirect.github.com/go-gitea/gitea/issues/35665)) - Fix a bug missed return ([#​35655](https://redirect.github.com/go-gitea/gitea/issues/35655)) ([#​35671](https://redirect.github.com/go-gitea/gitea/issues/35671)) - BUGFIXES - Fix inputing review comment will remove reviewer ([#​35591](https://redirect.github.com/go-gitea/gitea/issues/35591)) ([#​35664](https://redirect.github.com/go-gitea/gitea/issues/35664)) - TESTING - Mock external service in hcaptcha TestCaptcha ([#​35604](https://redirect.github.com/go-gitea/gitea/issues/35604)) ([#​35663](https://redirect.github.com/go-gitea/gitea/issues/35663)) - Fix build ([#​35669](https://redirect.github.com/go-gitea/gitea/issues/35669)) 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.24.6
|
||||
appVersion: 1.24.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.1
|
||||
@@ -51,5 +51,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea
|
||||
type: application
|
||||
version: 22.22.2
|
||||
version: 22.22.3
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/gitea/gitea
|
||||
tag: 1.24.6-rootless@sha256:91f2b27e080739f0d19dba716c3214f17257c632cf762e545b44ca577e37052c
|
||||
tag: 1.24.7-rootless@sha256:a664a64d7740ef0db74f090f567040d0e5b34592473aad08ed5e296ccbe00eab
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user