Skip to content

fix(helm): align chart appVersion with image tag (v0.2.1) #53

fix(helm): align chart appVersion with image tag (v0.2.1)

fix(helm): align chart appVersion with image tag (v0.2.1) #53

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