Skip to content

fix(helm): ship ChainVersionCatalog CRD in the chart #57

fix(helm): ship ChainVersionCatalog CRD in the chart

fix(helm): ship ChainVersionCatalog CRD in the chart #57

Workflow file for this run

name: Helm
on:
push:
pull_request:
jobs:
helm:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v4
- name: Run helm lint
run: helm lint charts/chainplane
- name: Run helm template
run: helm template chainplane charts/chainplane