Update Helm release gitea to v12 #448

Merged
remoll merged 1 commits from renovate/gitea-12.x into main 2025-05-24 16:53:05 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
gitea HelmChart major 11.0.1 -> 12.0.0

Release Notes

gitea/helm-gitea (gitea)

v12.0.0

Compare Source

Breaking Changes
  • Migrate to Valkey from Redis (#​775)
  • remove actions related files (#​825)
Features
  • make it configurable of the initContainers volume mount path for scripts (#​848) (a7035ca)
  • adding dry support to gitea additional config from envs parameter (#​840) (1f313ac)
Bug Fixes
  • ingress unittests (edc42f6)
  • remove ingressClassName (not in use yet) (6d89d0a)
  • reverting use of TPL in "gitea.inline_configuration" (#​846) (fa36d2b)
Maintenance
Documentation
  • refine v12 update notes (9c607f8)
CI

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gitea](https://gitea.com/gitea/helm-gitea) | HelmChart | major | `11.0.1` -> `12.0.0` | --- ### Release Notes <details> <summary>gitea/helm-gitea (gitea)</summary> ### [`v12.0.0`](https://gitea.com/gitea/helm-gitea/releases/tag/v12.0.0) [Compare Source](https://gitea.com/gitea/helm-gitea/compare/v11.0.1...v12.0.0) ##### Breaking Changes - Migrate to Valkey from Redis ([#&#8203;775](https://github.com/gitea/helm-gitea/issues/775)) - remove actions related files ([#&#8203;825](https://github.com/gitea/helm-gitea/issues/825)) ##### Features - make it configurable of the initContainers volume mount path for scripts ([#&#8203;848](https://github.com/gitea/helm-gitea/issues/848)) ([`a7035ca`](https://github.com/gitea/helm-gitea/commit/a7035ca)) - adding dry support to gitea additional config from envs parameter ([#&#8203;840](https://github.com/gitea/helm-gitea/issues/840)) ([`1f313ac`](https://github.com/gitea/helm-gitea/commit/1f313ac)) ##### Bug Fixes - ingress unittests ([`edc42f6`](https://github.com/gitea/helm-gitea/commit/edc42f6)) - remove ingressClassName (not in use yet) ([`6d89d0a`](https://github.com/gitea/helm-gitea/commit/6d89d0a)) - reverting use of TPL in "gitea.inline_configuration" ([#&#8203;846](https://github.com/gitea/helm-gitea/issues/846)) ([`fa36d2b`](https://github.com/gitea/helm-gitea/commit/fa36d2b)) ##### Maintenance - execute releases via `git-sv` ([#&#8203;865](https://github.com/gitea/helm-gitea/issues/865)) ([`8f35f45`](https://github.com/gitea/helm-gitea/commit/8f35f45)) - migrate ingress definition out of beta ([#&#8203;679](https://github.com/gitea/helm-gitea/issues/679)) ([`a94eec4`](https://github.com/gitea/helm-gitea/commit/a94eec4)) - **deps:** update dependency go-gitea/gitea to v1.23.8 ([#&#8203;867](https://github.com/gitea/helm-gitea/issues/867)) ([`87272a1`](https://github.com/gitea/helm-gitea/commit/87272a1)) - **deps:** update dependency helm-unittest/helm-unittest to v0.8.2 ([#&#8203;866](https://github.com/gitea/helm-gitea/issues/866)) ([`ed06694`](https://github.com/gitea/helm-gitea/commit/ed06694)) - **deps:** update postgresql-ha docker tag to v16 ([#&#8203;864](https://github.com/gitea/helm-gitea/issues/864)) ([`443a6d0`](https://github.com/gitea/helm-gitea/commit/443a6d0)) - **deps:** update workflow dependencies (minor & patch) ([#&#8203;862](https://github.com/gitea/helm-gitea/issues/862)) ([`8854e62`](https://github.com/gitea/helm-gitea/commit/8854e62)) - refine CODEOWNERS to skip request triggers for CI yaml changes ([`da2d169`](https://github.com/gitea/helm-gitea/commit/da2d169)) - **deps:** update subcharts (minor & patch) ([#&#8203;863](https://github.com/gitea/helm-gitea/issues/863)) ([`ebb4b1e`](https://github.com/gitea/helm-gitea/commit/ebb4b1e)) - **deps:** update subcharts (minor & patch) ([#&#8203;853](https://github.com/gitea/helm-gitea/issues/853)) ([`e64afe3`](https://github.com/gitea/helm-gitea/commit/e64afe3)) - **deps:** Migrate to Valkey from Redis ([#&#8203;775](https://github.com/gitea/helm-gitea/issues/775)) ([`6e4e414`](https://github.com/gitea/helm-gitea/commit/6e4e414)) - **config:** migrate renovate config ([#&#8203;861](https://github.com/gitea/helm-gitea/issues/861)) ([`037eca0`](https://github.com/gitea/helm-gitea/commit/037eca0)) - **deps:** update docker.io/thegeeklab/git-sv docker tag to v2 ([#&#8203;860](https://github.com/gitea/helm-gitea/issues/860)) ([`d10adfd`](https://github.com/gitea/helm-gitea/commit/d10adfd)) - **deps:** update docker.io/thegeeklab/git-sv docker tag to v1.0.14 ([#&#8203;858](https://github.com/gitea/helm-gitea/issues/858)) ([`a1fc670`](https://github.com/gitea/helm-gitea/commit/a1fc670)) - **deps:** update unittests/bash/bats digest to [`fed179f`](https://github.com/gitea/helm-gitea/commit/fed179f) ([#&#8203;857](https://github.com/gitea/helm-gitea/issues/857)) ([`0cfe38a`](https://github.com/gitea/helm-gitea/commit/0cfe38a)) - **deps:** update dependency go-gitea/gitea to v1.23.7 ([#&#8203;852](https://github.com/gitea/helm-gitea/issues/852)) ([`5410bb0`](https://github.com/gitea/helm-gitea/commit/5410bb0)) - **actions:** check actions is not configured ([#&#8203;849](https://github.com/gitea/helm-gitea/issues/849)) ([`3b32a04`](https://github.com/gitea/helm-gitea/commit/3b32a04)) - **deps:** update dependency helm-unittest/helm-unittest to v0.8.1 ([#&#8203;851](https://github.com/gitea/helm-gitea/issues/851)) ([`5b247ea`](https://github.com/gitea/helm-gitea/commit/5b247ea)) - **actions:** remove obsolete gitea.act_runner.local_root_url ([#&#8203;850](https://github.com/gitea/helm-gitea/issues/850)) ([`3aea811`](https://github.com/gitea/helm-gitea/commit/3aea811)) - remove actions related files ([#&#8203;825](https://github.com/gitea/helm-gitea/issues/825)) ([`6c5b42c`](https://github.com/gitea/helm-gitea/commit/6c5b42c)) - **renovate:** group bats framework dependencies ([#&#8203;844](https://github.com/gitea/helm-gitea/issues/844)) ([`356dd6e`](https://github.com/gitea/helm-gitea/commit/356dd6e)) - **deps:** update workflow dependencies (minor & patch) ([#&#8203;827](https://github.com/gitea/helm-gitea/issues/827)) ([`d2d542e`](https://github.com/gitea/helm-gitea/commit/d2d542e)) - **deps:** update subcharts (minor & patch) ([#&#8203;816](https://github.com/gitea/helm-gitea/issues/816)) ([`75cd261`](https://github.com/gitea/helm-gitea/commit/75cd261)) ##### Documentation - refine v12 update notes ([`9c607f8`](https://github.com/gitea/helm-gitea/commit/9c607f8)) ##### CI - fix release workflow ([`5292684`](https://github.com/gitea/helm-gitea/commit/5292684)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjYiLCJ1cGRhdGVkSW5WZXIiOiI0MC4wLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-05-16 14:05:56 +00:00
remoll merged commit 0c38b4219a into main 2025-05-24 16:53:05 +00:00
remoll deleted branch renovate/gitea-12.x 2025-05-24 16:53:05 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#448
No description provided.