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 3232 changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
3333 if [[ -n "$changed" ]]; then
3434 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
22name : cloudstack-csi
33description : A Helm chart for CloudStack CSI driver
44type : application
5- version : 2.0.1
5+ version : 2.0.2
66appVersion : 0.6.1
77sources :
88 - https://github.com/Leaseweb/cloudstack-csi-driver
99keywords :
1010 - csi
1111 - cloudStack
12+ maintainers :
13+ - name : hrak
14+ - name : FarnazBGH
15+ - name : lanord
Original file line number Diff line number Diff line change 1919 securityContext : {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
2020 serviceAccountName : {{ .Values.syncer.serviceAccount.name }}
2121 tolerations :
22- {{- with .Values.node .tolerations }}
22+ {{- with .Values.syncer .tolerations }}
2323 {{- toYaml . | nindent 8 }}
2424 {{- end }}
2525 {{- with .Values.syncer.affinity }}
You can’t perform that action at this time.
0 commit comments