Add CI-Cd
This commit is contained in:
22
.gitea/workflows/helm-lint.yaml
Normal file
22
.gitea/workflows/helm-lint.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
name: Test Helm Chart
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
helm-lint:
|
||||||
|
runs-on: [docker, kubernetes]
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run Helm lint
|
||||||
|
uses: docker://alpine/helm:3.14.0
|
||||||
|
with:
|
||||||
|
entrypoint: ["sh", "-c"]
|
||||||
|
args: |
|
||||||
|
echo "Running helm lint on duino-miner-helm chart"
|
||||||
|
helm lint ./
|
@@ -4,6 +4,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
# Common VCS dirs
|
# Common VCS dirs
|
||||||
.git/
|
.git/
|
||||||
|
.gitea/
|
||||||
.gitignore
|
.gitignore
|
||||||
.bzr/
|
.bzr/
|
||||||
.bzrignore
|
.bzrignore
|
||||||
|
Reference in New Issue
Block a user