From 603f8e68a7826979a962ebf0b6a4c96b04193c4a Mon Sep 17 00:00:00 2001 From: Ross Golder Date: Wed, 20 Aug 2025 11:19:17 +0000 Subject: [PATCH] chore: update maintainers list - rossigee (#932) Co-authored-by: Ross Golder Co-committed-by: Ross Golder --- CODEOWNERS | 2 +- Chart.yaml | 10 ++-------- README.md | 2 -- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 8f7f26e..691285f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -charts/* +@rossigee diff --git a/Chart.yaml b/Chart.yaml index a76967a..04d949f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -19,14 +19,8 @@ sources: - 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: Ross Golder + email: ross@golder.org dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/postgresql diff --git a/README.md b/README.md index d1a668e..e712bd7 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,6 @@ [Gitea](https://gitea.com) is a community managed lightweight code hosting solution written in Go. It is published under the MIT license. -> :warning: This chart is currently unmaintained and in desperate need of a new maintainer. If you want to apply as a maintainer, please comment on [#916](https://gitea.com/gitea/helm-gitea/issues/916) - ## Introduction This helm chart has taken some inspiration from [jfelten's helm chart](https://github.com/jfelten/gitea-helm-chart).