You've already forked helm-gitea

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>
54 lines
1.6 KiB
YAML
54 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.24.3
|
|
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: 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.21
|
|
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.22
|
|
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.18
|
|
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.22
|
|
condition: valkey.enabled
|