
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgresql-ha](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/postgresql-ha)) | major | `15.3.17` -> `16.0.3` | --- ### Release Notes <details> <summary>bitnami/charts (postgresql-ha)</summary> ### [`v16.0.3`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql-ha/CHANGELOG.md#1603-2025-05-09) - \[bitnami/postgresql-ha] ⚡ ⬆️ Update dependency references ([#​33599](https://github.com/bitnami/charts/pull/33599)) ### [`v16.0.2`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql-ha/CHANGELOG.md#small1602-2025-05-08-small) - \[bitnami/postgresql-ha] ⚡ ⬆️ Update dependency references ([#​33576](https://github.com/bitnami/charts/issues/33576)) ([42b31bd](42b31bd7a2
)), closes [#​33576](https://github.com/bitnami/charts/issues/33576) ### [`v16.0.0`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql-ha/CHANGELOG.md#1600-2025-05-08) - \[bitnami/postgresql-ha] feat: Customizable Stream Replication Check credentials ([#​33552](https://github.com/bitnami/charts/issues/33552)) ([cff2e93](cff2e93f9d
)), closes [#​33552](https://github.com/bitnami/charts/issues/33552) </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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MC44LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4xMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJraW5kL2RlcGVuZGVuY3kiXX0=--> Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/864 Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
56 lines
1.6 KiB
YAML
56 lines
1.6 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.23.7
|
|
icon: https://gitea.com/assets/img/logo.svg
|
|
|
|
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:
|
|
- name: Charlie Drage
|
|
email: charlie@charliedrage.com
|
|
- name: Gitea Authors
|
|
email: maintainers@gitea.io
|
|
- name: Konrad Lother
|
|
email: konrad.lother@novum-rgi.de
|
|
- name: Lucas Hahn
|
|
email: lucas.hahn@novum-rgi.de
|
|
- name: Steven Kriegler
|
|
email: sk.bunsenbrenner@gmail.com
|
|
- name: Patrick Schratz
|
|
email: patrick.schratz@gmail.com
|
|
|
|
dependencies:
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql
|
|
- name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 16.7.2
|
|
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.0.3
|
|
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.5
|
|
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.4
|
|
condition: valkey.enabled
|