2024-09-10 16:44:22 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
paths:
|
2024-09-10 16:53:18 +00:00
|
|
|
- helm/**
|
2024-09-10 16:47:26 +00:00
|
|
|
- .forgejo/workflows/validate-helm-render.yaml
|
2024-09-10 16:44:22 +00:00
|
|
|
jobs:
|
|
|
|
render-helm:
|
|
|
|
runs-on: docker
|
|
|
|
container:
|
|
|
|
image: library/alpine
|
|
|
|
steps:
|
2024-09-10 16:51:20 +00:00
|
|
|
- run: apk add --no-cache nodejs git helm kubectl bash
|
2024-09-10 16:47:26 +00:00
|
|
|
- uses: actions/checkout@v3
|
2024-09-10 16:50:33 +00:00
|
|
|
- run: ./helm/render-all.sh
|
2024-09-10 16:44:22 +00:00
|
|
|
- run: git diff --exit-code
|