We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60139fc commit 18a963dCopy full SHA for 18a963d
2 files changed
.github/workflows/chart-lints.yaml
@@ -32,4 +32,7 @@ jobs:
32
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
33
if [[ -n "$changed" ]]; then
34
echo "changed=true" >> "$GITHUB_OUTPUT"
35
- fi
+ fi
36
+ - name: Run chart-testing (lint)
37
+ if: steps.list-changed.outputs.changed == 'true'
38
+ run: ct lint --chart-dirs=charts --target-branch ${{ github.event.repository.default_branch }}
charts/cloudstack-csi/Chart.yaml
@@ -3,9 +3,12 @@ name: cloudstack-csi
3
description: A Helm chart for CloudStack CSI driver
4
type: application
5
version: 2.0.2
6
-appVersion: 0.6.1
7
sources:
8
- https://github.com/Leaseweb/cloudstack-csi-driver
9
keywords:
10
- csi
11
- cloudStack
+maintainers:
12
+ - name: hrak
13
+ - name: FarnazBGH
14
+ - name: lanord
0 commit comments