Skip to content

update operator chart #578

update operator chart

update operator chart #578

Workflow file for this run

name: Lint and Test Charts
on:
pull_request:
paths:
- .github/**
- charts/**
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.10.0
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-config.yaml