mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 02:16:40 +00:00
feat(chart): add kubernetes helm chart
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -21,6 +21,18 @@ 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: [build]
|
||||
|
||||
Reference in New Issue
Block a user