Initial import of existing charts

This commit is contained in:
2020-04-28 18:46:24 +01:00
commit 400dcde792
28 changed files with 1367 additions and 0 deletions

27
.github/workflows/lint-test.yaml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.0.0-alpha.3
with:
command: lint
- name: Create kind cluster
uses: helm/kind-action@v1.0.0-alpha.3
with:
install_local_path_provisioner: true
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.0.0-alpha.3
with:
command: install