2b37bdfa32
asd
Run Helm tests / Execute helm template (push) Successful in 9s
Run Helm tests / Execute helm lint (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 28s
Markdown linter / Execute npm run readme:lint (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 35s
Markdown linter / Execute npm run readme:parameters (push) Successful in 9s
Release / publish-chart (push) Failing after 57s
Release / publish-release-notes (push) Has been skipped
13.0.0-alpha-5
2026-02-15 19:53:58 +01:00
146e2cf1a5
asd
Run Helm tests / Execute helm lint (push) Successful in 10s
Run Helm tests / Execute helm template (push) Successful in 9s
Markdown linter / Execute npm run readme:link (push) Successful in 19s
Markdown linter / Execute npm run readme:lint (push) Successful in 8s
Markdown linter / Execute npm run readme:parameters (push) Successful in 9s
Run Helm tests / Execute helm unittest (push) Successful in 1m9s
Release / publish-chart (push) Failing after 29s
Release / publish-release-notes (push) Has been skipped
13.0.0-alpha-4
2026-02-15 19:49:28 +01:00
a78b5d6172
fix(ci): asd
Run Helm tests / Execute helm lint (push) Successful in 8s
Run Helm tests / Execute helm template (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 26s
Markdown linter / Execute npm run readme:lint (push) Successful in 7s
Markdown linter / Execute npm run readme:parameters (push) Successful in 9s
Markdown linter / Execute npm run readme:link (push) Successful in 36s
Release / publish-chart (push) Failing after 29s
Release / publish-release-notes (push) Has been skipped
13.0.0-alpha-3
2026-02-15 19:43:33 +01:00
3219f22a68
asd
Run Helm tests / Execute helm lint (push) Successful in 9s
Run Helm tests / Execute helm template (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 26s
Markdown linter / Execute npm run readme:lint (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 35s
Markdown linter / Execute npm run readme:parameters (push) Successful in 9s
Release / publish-chart (push) Failing after 54s
Release / publish-release-notes (push) Has been skipped
13.0.0-alpha-2
2026-02-15 19:33:48 +01:00
cdd75f2e77
fix(ci): adapt release workflow
Run Helm tests / Execute helm lint (push) Successful in 14s
Run Helm tests / Execute helm unittest (push) Successful in 27s
Run Helm tests / Execute helm template (push) Successful in 50s
Markdown linter / Execute npm run readme:link (push) Successful in 27s
Markdown linter / Execute npm run readme:parameters (push) Successful in 12s
Markdown linter / Execute npm run readme:lint (push) Successful in 36s
Release / publish-chart (push) Failing after 24s
Release / publish-release-notes (push) Has been skipped
13.0.0-alpha-1
2026-02-15 18:45:42 +01:00
c96824da7f
fix(ci): adapt release workflow
2026-02-15 18:43:33 +01:00
5851fe7c4c
fix(scripts): support pre-releases
2026-02-15 16:52:47 +01:00
5c39511d9a
fix(deployment): adapt nodeSelector test
2025-12-18 20:11:38 +01:00
935b82ab0e
fix(Makefile): add yamllint as dedicated target
2025-11-05 19:11:28 +01:00
1b22954570
fix(deployment): avoid duplicated nodeSelector #980
2025-11-05 19:11:28 +01:00
3da31782dd
fix(Chart): add annotation 'artifacthub.io/links'
2025-10-12 12:15:58 +02:00
4d6db83c28
fix(ci): improve workflows ( #959 )
...
Run Helm tests / Execute helm lint (push) Successful in 11s
Run Helm tests / Execute helm template (push) Failing after 11s
Run Helm tests / Execute helm unittest (push) Successful in 28s
Markdown linter / Execute npm run readme:link (push) Successful in 36s
Markdown linter / Execute npm run readme:lint (push) Successful in 8s
Markdown linter / Execute npm run readme:parameters (push) Successful in 27s
🤖 Split up helm chart workflows
The following patch adapts the CI workflows. The worflows has been splitted into
dedicated parts. For example the `helm template` and `helm unittest` command is
now a seperate step to notice that a change affects the template mechanism but
not the unittest. This was priviously not possible, because both commands were
part of one step.
🤖 Changelog Issue
Additionally has the changelog workflow be improved. The shell commands has
been migrated to a dedicated file named `.gitea/scripts/changelog.sh`. This has
the advantage, that the shellcheck plugin of IDE's support developers by
developing such shell scripts. Furthermore, the used container image has been
replaced by the ubuntu:latest image of the act_runner. This make it more
comfortable in using `curl` or `jq`, because the complete set of features/flags
are
avialable instead of the previously used container image
`docker.io/thegeeklab/git-sv:2.0.5`. Final note to the shell script
`changelog.sh`, this can now be executed locally as well as on ARM-based
act_runners and helps to test the helm chart in own Gitea environments
beforehand.
🤖 Markdown linter
In addition, a new workflow for markdown files has now been introduced. This
checks the `README.md` file for links, ensures that it is properly formatted,
and verifies that the parameters match those in `values.yaml`. Here, too, the
commands have been outsourced to separate jobs so that more precise interaction
is possible in the event of an error.
⚠️ Warning
This patch also requires an adjustment in branch protection. There, the
workflows that must be successful before a merge must be redefined.
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/959
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Markus Pesch <markus.pesch@cryptic.systems >
Co-committed-by: Markus Pesch <markus.pesch@cryptic.systems >
2025-10-03 07:38:26 +00:00
72606192a6
refactor(structure): remove leading gitea directory ( #958 )
...
The following pull request removes the `gitea` directory. With regard to maintaining act_runners in a separate git repository or helm chart, this additional directory becomes redundant.
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/958
Reviewed-by: DaanSelen <daanselen@noreply.gitea.com >
Co-authored-by: Markus Pesch <markus.pesch@cryptic.systems >
Co-committed-by: Markus Pesch <markus.pesch@cryptic.systems >
2025-10-02 11:36:47 +00:00
fb407618dc
feat: support network policies ( #952 )
...
The following patch adds support for network policies.
The patch does not contain any specific network policies, as it is uncertain in which environment and with which access rights gitea will be deployed.
With regard to third-party components such as PostgreSQL or Valkey, the network policy may need to be adjusted. Whether this happens directly in the helm chart or whether the user has to enter it themselves is open to discussion.
During testing, I defined a few sample network policies to get Gitea up and running. These are only examples.
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/952
Reviewed-by: DaanSelen <daanselen@noreply.gitea.com >
Co-authored-by: Markus Pesch <markus.pesch@cryptic.systems >
Co-committed-by: Markus Pesch <markus.pesch@cryptic.systems >
2025-09-22 07:05:21 +00:00
Renovate Bot
1d7037e55e
chore(deps): update lockfiles ( #950 )
...
changelog / changelog (push) Successful in 17s
check-and-test / check-and-test (push) Successful in 33s
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-15 00:03:16 +00:00
Renovate Bot
9cf42f55b0
chore(deps): update workflow dependencies (minor & patch) ( #949 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-14 00:02:50 +00:00
Renovate Bot
8ed2db6aa5
chore(deps): update dependency go-gitea/gitea to v1.24.6 ( #948 )
...
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/948
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-11 19:17:52 +00:00
Renovate Bot
667834962e
chore(deps): update lockfiles ( #947 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-10 00:02:48 +00:00
Renovate Bot
78aba58284
chore(deps): update https://github.com/aws-actions/configure-aws-credentials action to v5 ( #946 )
...
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/946
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-07 11:11:43 +00:00
Renovate Bot
7c0a924ca3
chore(deps): update lockfiles ( #945 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-06 00:03:27 +00:00
Renovate Bot
677b1af2ed
chore(deps): update actions/checkout action to v5 ( #928 )
...
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/928
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-01 01:54:47 +00:00
Renovate Bot
c9af860e60
chore(deps): update workflow dependencies (minor & patch) ( #943 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-01 00:03:03 +00:00
Renovate Bot
3721929be2
chore(deps): update subcharts (minor & patch) ( #942 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-31 00:07:22 +00:00
Renovate Bot
44e9970b0b
chore(deps): update subcharts (minor & patch) ( #941 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-26 00:08:54 +00:00
Renovate Bot
4fc53cd978
chore(deps): update unittests/bash/test_helper/bats-support digest to 0954abb ( #939 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-25 00:03:54 +00:00
Renovate Bot
122bccd932
chore(deps): update alpine/helm docker tag to v3.18.5 ( #940 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-24 00:04:06 +00:00
ChristopherHX
3233e33e27
chore: update maintainers list - add ChristopherHX ( #937 )
...
As discussed in https://gitea.com/gitea/helm-gitea/issues/931
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/937
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: Markus Pesch <volker.raschek@noreply.gitea.com >
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
Co-committed-by: ChristopherHX <christopher.homberger@web.de >
2025-08-21 08:50:09 +00:00
Daan Selen
6b99230843
chore: update maintainers list - DaanSelen ( #936 )
...
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/936
Reviewed-by: delvh <dev.lh@web.de >
Reviewed-by: Markus Pesch <volker.raschek@noreply.gitea.com >
Co-authored-by: Daan Selen <dselen@nerthus.nl >
Co-committed-by: Daan Selen <dselen@nerthus.nl >
2025-08-20 21:38:42 +00:00
d9e181df93
chore: update maintainers list - volker.raschek ( #933 )
...
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/933
Reviewed-by: delvh <dev.lh@web.de >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Markus Pesch <markus.pesch@cryptic.systems >
Co-committed-by: Markus Pesch <markus.pesch@cryptic.systems >
2025-08-20 16:32:23 +00:00
Ross Golder
603f8e68a7
chore: update maintainers list - rossigee ( #932 )
...
Co-authored-by: Ross Golder <ross@golder.org >
Co-committed-by: Ross Golder <ross@golder.org >
2025-08-20 11:19:17 +00:00
10ad0f7743
style: adapt indentation of extraInitContainer tests
2025-08-19 12:49:01 +02:00
e31bd265b1
docs(README): fulfill MD044/proper-names
2025-08-19 12:44:12 +02:00
kostovicmb
4cfcbd729f
feat(deployment): support further initContainers
...
The following patch intoduce the dictionaries pre and postExtraInitContainers.
The dictionaries can be used to specify further initContainers before and after
the gitea initializing process. For example:
```yaml
postExtraInitContainers:
- name: foo
image: docker.io/library/busybox:latest
preExtraInitContainers:
- name: bar
image: docker.io/library/busybox:latest
```
2025-08-19 12:24:33 +02:00
Renovate Bot
f786359136
chore(deps): update lockfiles ( #929 )
...
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 1m46s
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-19 00:04:14 +00:00
Renovate Bot
6d5fbcbaee
chore(deps): update bats testing framework ( #927 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-17 00:04:16 +00:00
Renovate Bot
14a4e47b73
chore(deps): update lockfiles ( #926 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-16 00:04:27 +00:00
Renovate Bot
3a7859f6cc
chore(deps): update subcharts (minor & patch) ( #922 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-15 00:08:57 +00:00
Renovate Bot
364dfa2076
chore(deps): update dependency go-gitea/gitea to v1.24.5 ( #925 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-14 06:26:53 +00:00
468c12643f
fix(renovate): add lockFileMaintenance ( #924 )
...
The following patch adapts the renovate configuration maintain lockfiles, for
example the package-lock.json
Further information can be found in the official documentation:
https://docs.renovatebot.com/configuration-options/#lockfilemaintenance
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/924
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Markus Pesch <markus.pesch@cryptic.systems >
Co-committed-by: Markus Pesch <markus.pesch@cryptic.systems >
2025-08-13 07:24:29 +00:00
Renovate Bot
46aa0534bb
chore(deps): update dependency go-gitea/gitea to v1.24.4 ( #919 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-12 19:36:22 +00:00
Renovate Bot
455cc67d41
chore(deps): update docker.io/thegeeklab/git-sv docker tag to v2.0.4 ( #921 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-12 18:17:07 +00:00
Renovate Bot
ec898f1330
chore(deps): update dependency helm-unittest/helm-unittest to v1 ( #914 )
...
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/914
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-12 18:14:14 +00:00
82190f3d30
docs(README): be compliant with markdownlint ( #923 )
...
changelog / changelog (push) Successful in 8s
check-and-test / check-and-test (push) Successful in 1m46s
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/923
Co-authored-by: Markus Pesch <markus.pesch@cryptic.systems >
Co-committed-by: Markus Pesch <markus.pesch@cryptic.systems >
2025-08-12 15:04:57 +00:00
delvh
e059beb82b
Add "Maintainer needed" notice
2025-08-04 23:50:22 +00:00
pat-s
9206b34af3
docs: remove pat-s from maintainers ( #918 )
...
#916
After many years of maintaining this chart alongside @justusbunsi, I am also stepping down as a maintainer.
In the following, I want to inform users about the reasons.
I am on an independent journey since ~ 1 year, which brought many new challenges and responsibilities.
Since then I have created many devops-related assets (charts, Ansible role, images) which I am now curating as part of my professional work.
Besides, I have also continued with all my FOSS-related efforts. This has summed up to ~ 20-30 projects for which I am either in a primary or secondary maintainer role.
While I have a lot of fun in this, I need to ensure to not go beyond my limits and focus on the ones which I also use in my daily dev & professional life.
Gitea isn't among these anymore since some time, which brings me to the second part of why I am stepping down:
After thinking about it for a long time and being torn between worlds, I've decided to go with Forgejo instead of Gitea for most instances I am running/maintaining.
Since then, I have used the Gitea helm chart to deploy these. This has worked out great and without issues and will likely continue to do so for the foreseeable future.
However, it lately started to feel "wrong", i.e. to continue using the Gitea chart for Forgejo deployments, especially after both projects have substantially diverged some time ago already and a Forgejo Helm Chart exists since some time. Also, I had the feeling of not being able to "commit" to one of the projects fully, being involved in both.
After launching [CodeFloe](https://codefloe.com ) a few weeks ago, a public Forgejo instance, I came to the conclusion to step down as a maintainer and focus on the software that I use daily.
And as I like be fully transparent: I don't wanna hold back on the fact that I was also missing the community spirit from "the old days" quite a bit lately, both in the Discord server and the discussions in the chart. The ratio of low-quality requests in the Chart increased a lot over the last ~ 1.5 years, while at the same time the average response times of Gitea core member increased to weeks.
I hope the Gitea community can turn this around again and create a welcoming place to which its fun to contribute to in one's spare time. I enjoyed it for the most part and want to thank everyone who supported me during this time, for the general trust in Chart-related decisions, and the opportunity to personally improve on Helm chart management in general.
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/918
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2025-08-04 19:06:39 +00:00
justusbunsi
203a282e93
docs: step down as maintainer ( #917 )
...
This is a direct follow-up to https://gitea.com/gitea/helm-gitea/issues/916 .
Over the past months I took an unofficial break. During this time I realized that I don't have the necessary energy and spare time to maintain the Helm Chart long-term - in a way I would like to. Before that break I had ups where I was hyper-focused on the chart, and downs where everything was too much after work. I never found a sweat spot between both. This is not good for me. It is therefore with a heavy heart that I am stepping down as a maintainer.
Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com >
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/917
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com >
Co-committed-by: justusbunsi <sk.bunsenbrenner@gmail.com >
2025-08-04 18:33:25 +00:00
Renovate Bot
81c12fa3e5
chore(deps): update alpine/helm docker tag to v3.18.4 ( #913 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-08-03 00:04:24 +00:00
Renovate Bot
c7e294cf8c
chore(deps): update postgresql docker tag to v16.7.21 ( #908 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-07-27 00:07:36 +00:00
Renovate Bot
ce60c7bb0f
chore(deps): update subcharts (minor & patch) ( #905 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [postgresql](https://github.com/bitnami/charts ) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/postgresql )) | patch | `16.7.18` -> `16.7.20` |
| [postgresql-ha](https://github.com/bitnami/charts ) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/postgresql-ha )) | patch | `16.0.21` -> `16.0.22` |
| [valkey](https://github.com/bitnami/charts ) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/valkey )) | patch | `3.0.20` -> `3.0.22` |
| [valkey-cluster](https://github.com/bitnami/charts ) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/valkey-cluster )) | patch | `3.0.17` -> `3.0.18` |
---
### Release Notes
<details>
<summary>bitnami/charts (postgresql)</summary>
### [`v16.7.20`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql/CHANGELOG.md#16720-2025-07-18 )
- \[bitnami/postgresql] Rename backup.cronjob.timeZone to backup.cronjob.timezone ([#​35153](https://github.com/bitnami/charts/pull/35153 ))
### [`v16.7.19`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql/CHANGELOG.md#small16719-2025-07-15-small )
- \[bitnami/postgresql] ⚡ :arrow\_up: Update dependency references ([#​35116](https://github.com/bitnami/charts/issues/35116 )) ([15c6eee](15c6eeeee5 )), closes [#​35116](https://github.com/bitnami/charts/issues/35116 )
</details>
<details>
<summary>bitnami/charts (postgresql-ha)</summary>
### [`v16.0.22`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql-ha/CHANGELOG.md#16022-2025-07-15 )
- \[bitnami/postgresql-ha] ⚡ :arrow\_up: Update dependency references ([#​35117](https://github.com/bitnami/charts/pull/35117 ))
</details>
<details>
<summary>bitnami/charts (valkey)</summary>
### [`v3.0.22`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#3022-2025-07-16 )
- \[bitnami/valkey] ⚡ :arrow\_up: Update dependency references ([#​35151](https://github.com/bitnami/charts/pull/35151 ))
### [`v3.0.21`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#small3021-2025-07-15-small )
- \[bitnami/valkey] ⚡ :arrow\_up: Update dependency references ([#​35135](https://github.com/bitnami/charts/issues/35135 )) ([4a16d74](4a16d74eeb )), closes [#​35135](https://github.com/bitnami/charts/issues/35135 )
</details>
<details>
<summary>bitnami/charts (valkey-cluster)</summary>
### [`v3.0.18`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey-cluster/CHANGELOG.md#3018-2025-07-15 )
- \[bitnami/valkey-cluster] ⚡ :arrow\_up: Update dependency references ([#​35132](https://github.com/bitnami/charts/pull/35132 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- 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/905
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-07-19 13:08:41 +00:00
Renovate Bot
2875e08daf
chore(deps): update workflow dependencies (minor & patch) ( #906 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [@bitnami/readme-generator-for-helm](https://github.com/bitnami/readme-generator-for-helm ) | [`2.7.1` -> `2.7.2`](https://renovatebot.com/diffs/npm/@bitnami%2freadme-generator-for-helm/2.7.1/2.7.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv ) | `2.0.2` -> `2.0.3` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | container | patch |
---
### Release Notes
<details>
<summary>bitnami/readme-generator-for-helm (@​bitnami/readme-generator-for-helm)</summary>
### [`v2.7.2`](https://github.com/bitnami/readme-generator-for-helm/releases/tag/2.7.2 )
[Compare Source](https://github.com/bitnami/readme-generator-for-helm/compare/2.7.1...2.7.2 )
#### What's Changed
- fix(lib/utils.js): Change regexp to take only the 'key' at the beginning by [@​fmulero](https://github.com/fmulero ) in https://github.com/bitnami/readme-generator-for-helm/pull/147
- fix(builder.js): Values defined as nullabe without setting any value were skipped by [@​fmulero](https://github.com/fmulero ) in https://github.com/bitnami/readme-generator-for-helm/pull/148
- Prepare release 2.7.2 by [@​fmulero](https://github.com/fmulero ) in https://github.com/bitnami/readme-generator-for-helm/pull/149
**Full Changelog**: https://github.com/bitnami/readme-generator-for-helm/compare/2.7.1...2.7.2
</details>
<details>
<summary>thegeeklab/git-sv (docker.io/thegeeklab/git-sv)</summary>
### [`v2.0.3`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.3 )
[Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.0.2...v2.0.3 )
##### v2.0.3 (2025-07-16)
##### Bug Fixes
- **deps:** update module github.com/masterminds/semver/v3 to v3.4.0 ([#​213](https://github.com/thegeeklab/git-sv/issues/213 )) ([`ef7b503`](https://github.com/thegeeklab/git-sv/commit/ef7b503 ))
##### Others
- **docker:** update docker.io/library/alpine:3.22 docker digest to [`4bcff63`](https://github.com/thegeeklab/git-sv/commit/4bcff63 ) ([#​219](https://github.com/thegeeklab/git-sv/issues/219 )) ([`4ed486d`](https://github.com/thegeeklab/git-sv/commit/4ed486d ))
- **deps:** update golang patch version ([#​218](https://github.com/thegeeklab/git-sv/issues/218 )) ([`65bb3ce`](https://github.com/thegeeklab/git-sv/commit/65bb3ce ))
- **deps:** update dependency golangci/golangci-lint to v2.2.2 ([#​217](https://github.com/thegeeklab/git-sv/issues/217 )) ([`7fb6603`](https://github.com/thegeeklab/git-sv/commit/7fb6603 ))
- **docker:** update docker.io/library/golang:1.24.4 docker digest to [`20a022e`](https://github.com/thegeeklab/git-sv/commit/20a022e ) ([#​216](https://github.com/thegeeklab/git-sv/issues/216 )) ([`dc0e30a`](https://github.com/thegeeklab/git-sv/commit/dc0e30a ))
- **docker:** update docker.io/library/golang:1.24.4 docker digest to [`764d7e0`](https://github.com/thegeeklab/git-sv/commit/764d7e0 ) ([#​215](https://github.com/thegeeklab/git-sv/issues/215 )) ([`6576999`](https://github.com/thegeeklab/git-sv/commit/6576999 ))
- **deps:** update dependency golangci/golangci-lint to v2.2.1 ([#​214](https://github.com/thegeeklab/git-sv/issues/214 )) ([`1ee648d`](https://github.com/thegeeklab/git-sv/commit/1ee648d ))
##### CI Pipeline
- migrate to wsl\_v5 linter ([`ebec1bc`](https://github.com/thegeeklab/git-sv/commit/ebec1bc ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- 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/906
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-07-19 13:08:29 +00:00