Skip to content

Release: add Gitlab pipeline for pushing helm charts to NGC #438

Release: add Gitlab pipeline for pushing helm charts to NGC

Release: add Gitlab pipeline for pushing helm charts to NGC #438

Workflow file for this run

name: Lint Helm Charts
on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
push:
branches:
- main
- release-*
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout code
- name: Set up Helm
uses: azure/setup-helm@v4.2.0
with:
version: v3.14.4
- name: Lint Helm Charts
run: helm lint deployments/helm/*