fix url
Some checks failed
changelog / changelog (push) Successful in 14s
generate-chart / generate-chart-publish (push) Failing after 36s
generate-chart / release-gitea (push) Has been skipped
check-and-test / check-and-test (push) Successful in 49s

This commit is contained in:
2026-01-12 15:03:51 -05:00
parent 0bbab9c8a0
commit d0d05d9fa4

View File

@@ -72,8 +72,8 @@ jobs:
helm package --version "${GITHUB_REF#refs/tags/v}" ./ helm package --version "${GITHUB_REF#refs/tags/v}" ./
mkdir gitea mkdir gitea
mv gitea*.tgz gitea/ mv gitea*.tgz gitea/
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 curl --fail --location --output gitea/index.yaml --silent --show-error https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/
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 helm repo index gitea/ --url https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/ --merge gitea/index.yaml
- name: Copy files to S3 and clear cache - name: Copy files to S3 and clear cache
run: | run: |