File tree 3 files changed +9
-24
lines changed
3 files changed +9
-24
lines changed Original file line number Diff line number Diff line change 1
- name : Check and Update chart README
1
+ name : Lint and test charts
2
2
3
3
on :
4
4
pull_request :
@@ -36,23 +36,23 @@ jobs:
36
36
- name : Run chart-testing (list-changed)
37
37
id : list-changed
38
38
run : |
39
- changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
39
+ changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . 2>/dev/null )
40
40
if [[ -n "$changed" ]]; then
41
41
echo "::set-output name=changed::true"
42
42
fi
43
43
44
44
- name : Run chart-testing (lint)
45
45
if : steps.list-changed.outputs.changed == 'true'
46
- run : ct lint --target-branch ${{ github.event.repository.default_branch }}
46
+ run : ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
47
47
48
48
- name : Create kind cluster
49
49
uses : helm/kind-action@v1.3.0
50
50
if : steps.list-changed.outputs.changed == 'true'
51
51
52
52
- name : Run chart-testing (install)
53
53
if : steps.list-changed.outputs.changed == 'true'
54
- run : ct install --upgrade -- target-branch ${{ github.event.repository.default_branch }}
54
+ run : ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
55
55
56
56
- name : Run chart-testing (upgrade)
57
57
if : steps.list-changed.outputs.changed == 'true'
58
- run : ct install --target-branch ${{ github.event.repository.default_branch }}
58
+ run : ct install --upgrade -- target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.0.2
18
+ version : 2.1.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 4.0.1 "
24
+ appVersion : " 4.1.0 "
25
25
26
26
home : https://github.com/idlab-gent/css-helm-chart
27
27
icon : https://raw.githubusercontent.com/solid/community-server/main/templates/images/solid.svg
28
28
keywords :
29
29
- solid
30
30
- pod
31
31
maintainers :
32
- - email : jasper.vaneessen@ugent.be
33
- name : jveessen
32
+ - email : jasper.vaneessen@gmail.com
33
+ name : MisterTimn
34
34
sources :
35
35
- https://github.com/solid/community-server
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments