Skip to content

Commit

Permalink
added ci with override
Browse files Browse the repository at this point in the history
  • Loading branch information
ggari-robotnik committed Jul 26, 2024
1 parent b6bcf48 commit a288dd4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/helm-check-override.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
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

0 comments on commit a288dd4

Please sign in to comment.