4 Commits

Author SHA1 Message Date
bc81b45b2a chore: try to fix tar options 2026-04-07 12:53:29 +02:00
b281d530f5 chore: try another workflow 2026-04-07 12:48:41 +02:00
d22830e660 chore: set rootless 2026-04-07 12:44:37 +02:00
207e72d249 chore: refac the workflow 2026-04-07 12:23:59 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -50,12 +50,12 @@ jobs:
# Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843
- name: package chart
run: |
# Install Helm GPG plugin
# FIXME: use upstream after https://github.com/technosophos/helm-gpg/issues/1 is solved
helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false
#helm plugin install https://github.com/pat-s/helm-gpg --verify=false
helm dependency build
helm package --version "${GITHUB_REF#refs/tags/v}" ./
# Package the chart
mkdir actions
mv actions*.tgz actions/
curl -s -L -o actions/index.yaml https://dl.gitea.com/charts/index.yaml

View File

@ -46,7 +46,6 @@ statefulset:
extraVolumes: []
securityContext: {}
serviceAccountName: ""
hostAliases: []
actRunner:
registry: "docker.gitea.com"