mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-07 18:20:45 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc81b45b2a | |||
| b281d530f5 | |||
| d22830e660 | |||
| 207e72d249 |
@ -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
|
||||
|
||||
@ -46,7 +46,6 @@ statefulset:
|
||||
extraVolumes: []
|
||||
securityContext: {}
|
||||
serviceAccountName: ""
|
||||
hostAliases: []
|
||||
|
||||
actRunner:
|
||||
registry: "docker.gitea.com"
|
||||
|
||||
Reference in New Issue
Block a user