Skip to content

chore(deps): update helm/chart-testing-action action to v2.6.1 #124

chore(deps): update helm/chart-testing-action action to v2.6.1

chore(deps): update helm/chart-testing-action action to v2.6.1 #124

Workflow file for this run

name: Test chart changes
on: [push, pull_request]
jobs:
charttest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint
- name: Create kind cluster
uses: helm/[email protected]
- name: Install helm chart
run: helm install varnish ./charts/varnish
- name: Remove helm chart
run: helm uninstall varnish