update chart and release config
All checks were successful
check-and-test / check-and-test (push) Successful in 49s
changelog / changelog (push) Successful in 15s

This commit is contained in:
2026-01-12 14:44:21 -05:00
parent a88ee6bc1d
commit 25fdd3705a
2 changed files with 6 additions and 17 deletions

View File

@@ -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: |