Skip to content

Commit

Permalink
Add chart lint to the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Farnaz Babaeian committed Jul 24, 2024
1 parent 60139fc commit 18a963d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/chart-lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
fi
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --chart-dirs=charts --target-branch ${{ github.event.repository.default_branch }}
5 changes: 4 additions & 1 deletion charts/cloudstack-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: cloudstack-csi
description: A Helm chart for CloudStack CSI driver
type: application
version: 2.0.2
appVersion: 0.6.1
sources:
- https://github.com/Leaseweb/cloudstack-csi-driver
keywords:
- csi
- cloudStack
maintainers:
- name: hrak
- name: FarnazBGH
- name: lanord

0 comments on commit 18a963d

Please sign in to comment.