mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-07-16 19:24:46 +00:00
Compare commits
1 Commits
v0.1.1
...
3e7e1287d1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e7e1287d1 |
@ -52,11 +52,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Install Helm GPG plugin
|
# Install Helm GPG plugin
|
||||||
helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false
|
helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false
|
||||||
|
helm dependency build
|
||||||
|
helm package --version "${GITHUB_REF#refs/tags/v}" ./
|
||||||
|
|
||||||
# Package the chart
|
# Package the chart
|
||||||
mkdir ./actions
|
mkdir actions
|
||||||
helm dependency build
|
mv actions*.tgz actions/
|
||||||
helm package --version "${GITHUB_REF#refs/tags/v}" --destination ./actions ./
|
|
||||||
curl -s -L -o actions/index.yaml https://dl.gitea.com/charts/index.yaml
|
curl -s -L -o actions/index.yaml https://dl.gitea.com/charts/index.yaml
|
||||||
helm repo index actions/ --url https://dl.gitea.com/charts --merge actions/index.yaml
|
helm repo index actions/ --url https://dl.gitea.com/charts --merge actions/index.yaml
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: actions
|
name: gitea-actions
|
||||||
description: Gitea Actions chart for Kubernetes
|
description: Gitea Actions chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.1
|
version: 0.1.1
|
||||||
|
|||||||
@ -30,7 +30,7 @@ tests:
|
|||||||
name: gitea-actions-unittests-runner
|
name: gitea-actions-unittests-runner
|
||||||
- equal:
|
- equal:
|
||||||
path: spec.template.metadata.annotations["checksum/config"]
|
path: spec.template.metadata.annotations["checksum/config"]
|
||||||
value: "83e4d1bb70cc2a861cd18fdb42537e700d4055d431713e64e28c3874c5660097"
|
value: "b1dcfbe4aaba3dff467bdff776855cea97ded4106ab8030a38a719c47583f4b1"
|
||||||
|
|
||||||
- it: Has fsGroup in securityContext
|
- it: Has fsGroup in securityContext
|
||||||
template: templates/statefulset.yaml
|
template: templates/statefulset.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user