Skip to content

Commit b78e169

Browse files
committed
update ghar appVersion to 0.7.3
1 parent 0c69eab commit b78e169

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/update-app-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
check_vars:
17-
runs-on: [ubuntu-latest]
17+
runs-on: ubuntu-latest
1818
outputs:
1919
chart: ${{ steps.eval.outputs.chart }}
2020
appVersion: ${{ steps.eval.outputs.appVersion }}
@@ -51,7 +51,7 @@ jobs:
5151
fi
5252
5353
update_appVersion:
54-
runs-on: [ubuntu-latest]
54+
runs-on: ubuntu-latest
5555
needs: [check_vars]
5656
steps:
5757
- name: Checkout code
@@ -94,5 +94,5 @@ jobs:
9494
./helm-docs -t templates/README.md.gotmpl
9595
9696
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 }}"
9898
git push

charts/github-actions-runner/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
version: 0.3.14
8-
appVersion: 0.7.2
7+
version: 0.4.0
8+
appVersion: 0.7.3
99

1010
kubeVersion: ">=1.19.0"
1111

charts/github-actions-runner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github-actions-runner
22

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)
44

55
A Helm chart for Kubernetes
66

0 commit comments

Comments
 (0)