Skip to content

no really, bump 0.8.0 #23

no really, bump 0.8.0

no really, bump 0.8.0 #23

Workflow file for this run

name: Test chart
on:
push:
branches:
- main
jobs:
test_chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.8.1
- name: Create kind cluster
uses: helm/[email protected]
- name: Test chart 1
run: helm install test-1 . -f .github/test-values-1.yaml
- name: Install test 2 configMap
run: kubectl apply -f .github/test-values-2-cm.yaml
- name: Test chart 2
run: helm install test-2 . -f .github/test-values-2.yaml