Skip to content

build(deps): bump helm/chart-releaser-action from 1.5.0 to 1.6.0 #442

build(deps): bump helm/chart-releaser-action from 1.5.0 to 1.6.0

build(deps): bump helm/chart-releaser-action from 1.5.0 to 1.6.0 #442

Workflow file for this run

name: Helm CI
on: [push, pull_request]
jobs:
helm-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: helm-check-helmchart
uses: igabaydulin/[email protected]
env:
CHART_LOCATION: ./charts/helmchart
CHART_VALUES: ./tests/overrides-helmchart.yaml
- name: helm-check-cronjob
uses: igabaydulin/[email protected]
env:
CHART_LOCATION: ./charts/cronjob
CHART_VALUES: ./tests/overrides-cronjob.yaml
- name: Run helm unittest
run: |
helm plugin install https://github.com/quintush/helm-unittest
helm unittest ./charts/helmchart