File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 32
32
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
33
33
if [[ -n "$changed" ]]; then
34
34
echo "changed=true" >> "$GITHUB_OUTPUT"
35
- fi
35
+ 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 }}
Original file line number Diff line number Diff line change @@ -2,10 +2,14 @@ apiVersion: v2
2
2
name : cloudstack-csi
3
3
description : A Helm chart for CloudStack CSI driver
4
4
type : application
5
- version : 2.0.1
5
+ version : 2.0.2
6
6
appVersion : 0.6.1
7
7
sources :
8
8
- https://github.com/Leaseweb/cloudstack-csi-driver
9
9
keywords :
10
10
- csi
11
11
- cloudStack
12
+ maintainers :
13
+ - name : hrak
14
+ - name : FarnazBGH
15
+ - name : lanord
Original file line number Diff line number Diff line change 19
19
securityContext : {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
20
20
serviceAccountName : {{ .Values.syncer.serviceAccount.name }}
21
21
tolerations :
22
- {{- with .Values.node .tolerations }}
22
+ {{- with .Values.syncer .tolerations }}
23
23
{{- toYaml . | nindent 8 }}
24
24
{{- end }}
25
25
{{- with .Values.syncer.affinity }}
You can’t perform that action at this time.
0 commit comments