feat!: upstream changes (#47)
GPG feature has breaking changes Co-authored-by: robv89r <robv8r@noreply.gitea.io> Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/47
This commit is contained in:
parent
94dc70c8d7
commit
a0e6b1ad35
20 changed files with 467 additions and 30 deletions
|
@ -32,6 +32,15 @@ pipeline:
|
|||
- apk add --no-cache helm
|
||||
- helm template --debug gitea-helm .
|
||||
|
||||
helm-unittests:
|
||||
image: alpine:3.17.1
|
||||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache make helm git bash
|
||||
- helm plugin install https://github.com/quintush/helm-unittest
|
||||
- helm dependency update
|
||||
- make unittests
|
||||
|
||||
verify-readme:
|
||||
image: alpine:3.17.1
|
||||
pull: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue