mirror of
https://github.com/jimeh/dotkatapult.git
synced 2026-02-19 11:16:39 +00:00
feat(helm): add kubernetes helm chart
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -20,9 +20,21 @@ jobs:
|
||||
curl --silent --retry 10 --retry-delay 1 --retry-connrefused \
|
||||
http://localhost:8080/
|
||||
|
||||
helm-lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: azure/setup-helm@v3
|
||||
with:
|
||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Lint chart
|
||||
run: helm lint chart
|
||||
- name: Template chart
|
||||
run: helm template chart
|
||||
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
needs: [test, helm-lint]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
|
||||
Reference in New Issue
Block a user