Skip to content

added ci helm check

added ci helm check #1

Workflow file for this run

---

Check failure on line 1 in .github/workflows/helm-check.yaml

View workflow run for this annotation

GitHub Actions / helm validation

Invalid workflow file

The workflow is not valid. .github/workflows/helm-check.yaml: Expected stream end parse event
name: helm validation
on:
push:
branches:
- devel
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate helm-chart
id: helm-chart-validation
uses: kubevious/cli@v1.0.62
with:
helm_chart: charts/rb-theron-sim
---
name: helm validation override
on:
push:
branches:
- devel
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate helm-chart with override
id: helm-chart-validation
uses: kubevious/cli@v1.0.62
with:
helm_chart: charts/rb-theron-sim
helm_override: charts/rb-theron-sim/values-iron-zenoh.yaml