Skip to content

Commit

Permalink
testing all charts
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <[email protected]>
  • Loading branch information
lowc1012 committed Mar 16, 2024
1 parent 1bc5e9d commit b992c83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/validate-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- "charts/**"
- "deployment/**"
- "docker/sandbox-bundled/manifests/**"
push:
branches:
- fix-helm-ci

jobs:
lint-and-test-charts:
Expand Down Expand Up @@ -49,7 +52,8 @@ jobs:
--chart-repos bitnami=https://charts.bitnami.com/bitnami \
--chart-repos bitnami=https://charts.bitnami.com/bitnami \
--chart-repos twuni=https://helm.twun.io/ \
--chart-repos kubernetes-dashboard=https://kubernetes.github.io/dashboard/
--chart-repos kubernetes-dashboard=https://kubernetes.github.io/dashboard/ \
--all
- name: Create KinD cluster
if: steps.charts-changed.outputs.changed == 'true'
Expand Down

0 comments on commit b992c83

Please sign in to comment.