You've already forked helm-gitea
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [go-gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.25.0` -> `1.25.1` | --- ### Release Notes <details> <summary>go-gitea/gitea (go-gitea/gitea)</summary> ### [`v1.25.1`](https://github.com/go-gitea/gitea/releases/tag/v1.25.1) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.25.0...v1.25.1) - BUGFIXES - Make ACME email optional ([#​35849](https://github.com/go-gitea/gitea/issues/35849)) [#​35857](https://github.com/go-gitea/gitea/issues/35857) - Add a doctor command to fix inconsistent run status ([#​35840](https://github.com/go-gitea/gitea/issues/35840)) ([#​35845](https://github.com/go-gitea/gitea/issues/35845)) - Remove wrong code ([#​35846](https://github.com/go-gitea/gitea/issues/35846)) - Fix viewed files number is not right if not all files loaded ([#​35821](https://github.com/go-gitea/gitea/issues/35821)) ([#​35844](https://github.com/go-gitea/gitea/issues/35844)) - Fix incorrect pull request counter ([#​35819](https://github.com/go-gitea/gitea/issues/35819)) ([#​35841](https://github.com/go-gitea/gitea/issues/35841)) - Upgrade go mail to 0.7.2 and fix the bug ([#​35833](https://github.com/go-gitea/gitea/issues/35833)) ([#​35837](https://github.com/go-gitea/gitea/issues/35837)) - Revert gomail to v0.7.0 to fix sending mail failed ([#​35816](https://github.com/go-gitea/gitea/issues/35816)) ([#​35824](https://github.com/go-gitea/gitea/issues/35824)) - Fix clone mixed bug ([#​35810](https://github.com/go-gitea/gitea/issues/35810)) ([#​35822](https://github.com/go-gitea/gitea/issues/35822)) - Fix cli "Before" handling ([#​35797](https://github.com/go-gitea/gitea/issues/35797)) ([#​35808](https://github.com/go-gitea/gitea/issues/35808)) - Improve and fix markup code preview rendering ([#​35777](https://github.com/go-gitea/gitea/issues/35777)) ([#​35787](https://github.com/go-gitea/gitea/issues/35787)) - Fix actions rerun bug ([#​35783](https://github.com/go-gitea/gitea/issues/35783)) ([#​35784](https://github.com/go-gitea/gitea/issues/35784)) - Fix actions schedule update issue ([#​35767](https://github.com/go-gitea/gitea/issues/35767)) ([#​35774](https://github.com/go-gitea/gitea/issues/35774)) - Fix circular spin animation direction ([#​35785](https://github.com/go-gitea/gitea/issues/35785)) ([#​35823](https://github.com/go-gitea/gitea/issues/35823)) - Fix file extension on gogs.png ([#​35793](https://github.com/go-gitea/gitea/issues/35793)) ([#​35799](https://github.com/go-gitea/gitea/issues/35799)) - Add pnpm to Snapcraft ([#​35778](https://github.com/go-gitea/gitea/issues/35778)) 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 - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. â™» **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xOC4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsia2luZC9kZXBlbmRlbmN5Il19--> Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/981 Reviewed-by: Markus Pesch <volker.raschek@noreply.gitea.com> Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
63 lines
1.8 KiB
YAML
63 lines
1.8 KiB
YAML
apiVersion: v2
|
|
name: gitea
|
|
description: Gitea Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.0.0
|
|
# renovate datasource=github-releases depName=go-gitea/gitea extractVersion=^v(?<version>.*)$
|
|
appVersion: 1.25.1
|
|
icon: https://gitea.com/assets/img/logo.svg
|
|
|
|
annotations:
|
|
artifacthub.io/links: |
|
|
- name: support
|
|
url: https://gitea.com/gitea/helm-gitea/issues
|
|
|
|
keywords:
|
|
- git
|
|
- issue tracker
|
|
- code review
|
|
- wiki
|
|
- gitea
|
|
- gogs
|
|
|
|
sources:
|
|
- https://gitea.com/gitea/helm-gitea
|
|
- https://github.com/go-gitea/gitea
|
|
- https://docker.gitea.com/gitea
|
|
|
|
maintainers:
|
|
# https://gitea.com/rossigee
|
|
- name: Ross Golder
|
|
email: ross@golder.org
|
|
# https://gitea.com/volker.raschek
|
|
- name: Markus Pesch
|
|
email: markus.pesch+apps@cryptic.systems
|
|
# https://gitea.com/DaanSelen
|
|
- name: Daan Selen
|
|
email: dselen@nerthus.nl
|
|
# https://gitea.com/ChristopherHX
|
|
- name: Christopher Homberger
|
|
email: christopher.homberger@web.de
|
|
|
|
dependencies:
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql
|
|
- name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 16.7.27
|
|
condition: postgresql.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
|
- name: postgresql-ha
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 16.3.2
|
|
condition: postgresql-ha.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml
|
|
- name: valkey-cluster
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 3.0.24
|
|
condition: valkey-cluster.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/valkey/Chart.yaml
|
|
- name: valkey
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 3.0.31
|
|
condition: valkey.enabled
|