Skip to content

Commit

Permalink
Update helm-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Mar 7, 2024
1 parent 103a682 commit 6d438d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:

- name: Debug
run: |
ls -l ./charts
cat ./charts/testkube/Chart.yaml
helm repo add bitnami https://charts.bitnami.com/bitnami
helm dependency build ./charts/testkube
helm lint ./charts/testkube
helm lint ./charts/testkube --with-subcharts --values ./charts/testkube/values.yaml
# - name: Run helm dependency update
# run: |
Expand Down

0 comments on commit 6d438d5

Please sign in to comment.