Skip to content

Commit

Permalink
add helm repo in ci
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 bcd3254 commit 1bc5e9d
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 @@ -45,7 +45,11 @@ jobs:
ct lint \
--target-branch ${{ github.event.repository.default_branch }} \
--validate-maintainers=false \
--check-version-increment=false
--check-version-increment=false \
--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/
- name: Create KinD cluster
if: steps.charts-changed.outputs.changed == 'true'
Expand Down

0 comments on commit 1bc5e9d

Please sign in to comment.