11# github-actions-runner
22
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 )
3+ ![ Version: 0.4.1 ] ( https://img.shields.io/badge/Version-0.4.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.7.4 ] ( https://img.shields.io/badge/AppVersion-0.7.4 -informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
7- ** Homepage:** < https://github.com/fullstack-devops/helm-charts/tree/main/charts/github-actions-runner >
8-
9- ## Maintainers
10-
11- | Name | Email | Url |
12- | ---- | ------ | --- |
13- | eksrha
| < [email protected] > | < https://github.com/eksrha > | 7+ ** This chart is not maintained by the upstream project and any issues with the chart should be raised [ here] ( https://github.com/fullstack-devops/helm-charts/issues/new/choose ) **
148
159## Source Code
1610
@@ -20,7 +14,58 @@ A Helm chart for Kubernetes
2014
2115## Requirements
2216
23- Kubernetes: ` >=1.19.0 `
17+ - Kubernetes: ` >=1.19.0 `
18+ - Helm 3.2.0+
19+ - PV provisioner support in the underlying infrastructure
20+
21+ ## Dependencies
22+
23+ | Repository | Name | Version |
24+ | ------------| ------| ---------|
25+
26+ ## TL;DR
27+
28+ ``` console
29+ helm repo add fs-devops https://fullstack-devops.github.io/helm-charts/
30+ helm repo update
31+ helm install github-actions-runner fs-devops/github-actions-runner
32+ ```
33+
34+ ## Installing the Chart
35+
36+ To install the chart with the release name ` github-actions-runner `
37+
38+ ``` console
39+ helm install github-actions-runner fs-devops/github-actions-runner
40+ ```
41+
42+ ## Uninstalling the Chart
43+
44+ To uninstall the ` github-actions-runner ` deployment
45+
46+ ``` console
47+ helm uninstall github-actions-runner
48+ ```
49+
50+ The command removes all the Kubernetes components associated with the chart ** including persistent volumes** and deletes the release.
51+
52+ ## Configuration
53+
54+ Read through the [ values.yaml] ( ./values.yaml ) file. It has several commented out suggested values.
55+
56+ Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm install ` .
57+
58+ ``` console
59+ helm install github-actions-runner \
60+ --set env.TZ="America/New York" \
61+ fs-devops/github-actions-runner
62+ ```
63+
64+ Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
65+
66+ ``` console
67+ helm install github-actions-runner fs-devops/github-actions-runner -f values.yaml
68+ ```
2469
2570## Values
2671
0 commit comments