Drop helm signing to release 10.3.0
Right now, the generated `.prov` file is not uploaded along with the actual `.tgz` file. This makes it impossible to verify our Helm Charts. In addition, we only sign the old-fashioned `.tgz` file, not the OCI-based releases on DockerHub. The incentive to do this very commit is an expired GPG key that prevents our release. Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
@@ -49,7 +49,6 @@ jobs: | ||||
helm plugin install https://github.com/pat-s/helm-gpg | ||||
helm dependency build | ||||
helm package --version "${GITHUB_REF#refs/tags/v}" ./ | ||||
helm gpg sign "gitea-${GITHUB_REF#refs/tags/v}.tgz" | ||||
mkdir gitea | ||||
mv gitea*.tgz gitea/ | ||||
curl -s -L -o gitea/index.yaml https://dl.gitea.com/charts/index.yaml | ||||
| ||||
Reference in New Issue
Block a user