File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
charts/github-actions-runner Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
check_vars :
17
- runs-on : [ ubuntu-latest]
17
+ runs-on : ubuntu-latest
18
18
outputs :
19
19
chart : ${{ steps.eval.outputs.chart }}
20
20
appVersion : ${{ steps.eval.outputs.appVersion }}
51
51
fi
52
52
53
53
update_appVersion :
54
- runs-on : [ ubuntu-latest]
54
+ runs-on : ubuntu-latest
55
55
needs : [check_vars]
56
56
steps :
57
57
- name : Checkout code
94
94
./helm-docs -t templates/README.md.gotmpl
95
95
96
96
git status
97
- git commit -a -m "update chart ${{ needs.check_vars.outputs.chart }} to appVersion ${{ needs.check_vars.outputs.appVersion }}"
97
+ git commit charts/${{ needs.check_vars.outputs.chart }} -m "update chart ${{ needs.check_vars.outputs.chart }} to appVersion ${{ needs.check_vars.outputs.appVersion }}"
98
98
git push
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for Kubernetes
4
4
5
5
type : application
6
6
7
- version : 0.3.14
8
- appVersion : 0.7.2
7
+ version : 0.4.0
8
+ appVersion : 0.7.3
9
9
10
10
kubeVersion : " >=1.19.0"
11
11
Original file line number Diff line number Diff line change 1
1
# github-actions-runner
2
2
3
- ![ Version: 0.3.14 ] ( https://img.shields.io/badge/Version-0.3.14 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.7.2 ] ( https://img.shields.io/badge/AppVersion-0.7.2 -informational?style=flat-square )
3
+ ![ Version: 0.4.0 ] ( https://img.shields.io/badge/Version-0.4.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.7.3 ] ( https://img.shields.io/badge/AppVersion-0.7.3 -informational?style=flat-square )
4
4
5
5
A Helm chart for Kubernetes
6
6
You can’t perform that action at this time.
0 commit comments