From 25fdd3705a378a9ee154f5964b5c91de793d45b9 Mon Sep 17 00:00:00 2001 From: William P Date: Mon, 12 Jan 2026 14:44:21 -0500 Subject: [PATCH] update chart and release config --- .gitea/workflows/release-version.yml | 4 ++-- Chart.yaml | 19 ++++--------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index feb31eb..c36d72b 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -72,8 +72,8 @@ jobs: helm package --version "${GITHUB_REF#refs/tags/v}" ./ mkdir gitea mv gitea*.tgz gitea/ - curl --fail --location --output gitea/index.yaml --silent --show-error https://dl.gitea.com/charts/index.yaml - helm repo index gitea/ --url https://dl.gitea.com/charts --merge gitea/index.yaml + curl --fail --location --output gitea/index.yaml --silent --show-error https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/index.yaml + helm repo index gitea/ --url https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/index.yaml --merge gitea/index.yaml - name: Copy files to S3 and clear cache run: | diff --git a/Chart.yaml b/Chart.yaml index 598bfe8..b438797 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: gitea -description: Gitea Helm chart for Kubernetes +description: (Unofficial) Gitea Helm chart for Kubernetes type: application version: 0.0.0 # renovate datasource=github-releases depName=go-gitea/gitea extractVersion=^v(?.*)$ @@ -10,7 +10,7 @@ icon: https://gitea.com/assets/img/logo.svg annotations: artifacthub.io/links: | - name: support - url: https://gitea.com/gitea/helm-gitea/issues + url: https://git.dubyatp.xyz/williamp/helm-gitea/issues keywords: - git @@ -26,19 +26,8 @@ sources: - https://docker.gitea.com/gitea maintainers: - # https://gitea.com/rossigee - - name: Ross Golder - email: ross@golder.org - # https://gitea.com/volker.raschek - - name: Markus Pesch - email: markus.pesch+apps@cryptic.systems - # https://gitea.com/DaanSelen - - name: Daan Selen - email: dselen@nerthus.nl - # https://gitea.com/ChristopherHX - - name: Christopher Homberger - email: christopher.homberger@web.de - + - name: William Peebles + email: me@williamtpeebles.com dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/postgresql - name: postgresql