mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-07-16 11:14:44 +00:00
Compare commits
3 Commits
7e2aedfdc2
...
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 41984d8dc8 | |||
| 30959b3b54 | |||
| efe7a90392 |
@ -52,12 +52,11 @@ 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
|
||||||
mv actions*.tgz actions/
|
helm dependency build
|
||||||
|
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: gitea-actions
|
name: 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
|
||||||
|
|||||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -171,8 +171,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==}
|
resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|
||||||
katex@0.16.45:
|
katex@0.16.47:
|
||||||
resolution: {integrity: sha512-pQpZbdBu7wCTmQUh7ufPmLr0pFoObnGUoL/yhtwJDgmmQpbkg/0HSVti25Fu4rmd1oCR6NGWe9vqTWuWv3GcNA==}
|
resolution: {integrity: sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
linkify-it@5.0.0:
|
linkify-it@5.0.0:
|
||||||
@ -468,7 +468,7 @@ snapshots:
|
|||||||
|
|
||||||
jsonpointer@5.0.1: {}
|
jsonpointer@5.0.1: {}
|
||||||
|
|
||||||
katex@0.16.45:
|
katex@0.16.47:
|
||||||
dependencies:
|
dependencies:
|
||||||
commander: 8.3.0
|
commander: 8.3.0
|
||||||
|
|
||||||
@ -583,7 +583,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/katex': 0.16.8
|
'@types/katex': 0.16.8
|
||||||
devlop: 1.1.0
|
devlop: 1.1.0
|
||||||
katex: 0.16.45
|
katex: 0.16.47
|
||||||
micromark-factory-space: 2.0.1
|
micromark-factory-space: 2.0.1
|
||||||
micromark-util-character: 2.1.1
|
micromark-util-character: 2.1.1
|
||||||
micromark-util-symbol: 2.0.1
|
micromark-util-symbol: 2.0.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: "b1dcfbe4aaba3dff467bdff776855cea97ded4106ab8030a38a719c47583f4b1"
|
value: "83e4d1bb70cc2a861cd18fdb42537e700d4055d431713e64e28c3874c5660097"
|
||||||
|
|
||||||
- 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