11# github-actions-runner
22
3- ![ Version: 0.6.7 ] ( https://img.shields.io/badge/Version-0.6.7 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.13.0] ( https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square )
3+ ![ Version: 0.7.0 ] ( https://img.shields.io/badge/Version-0.7.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.13.0] ( https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -96,10 +96,14 @@ helm install github-actions-runner fs-devops/github-actions-runner -f values.yam
9696| runner.github.enterpriseUrl | string | ` "" ` | |
9797| runner.github.organisation | string | ` "fullstack-devpos" ` | |
9898| runner.github.repository | string | ` "" ` | |
99+ | runner.group | string | ` "" ` | |
99100| runner.kaniko.enabled | bool | ` false ` | |
100101| runner.kaniko.image.repository | string | ` "" ` | |
101102| runner.kaniko.mountedSecret | string | ` "" ` | |
102103| runner.labels | string | ` "" ` | |
104+ | runner.proxy.enabled | bool | ` false ` | |
105+ | runner.proxy.ntmlCreds | string | ` "" ` | |
106+ | runner.proxy.pacUrl | string | ` "" ` | |
103107| securityContext.readOnlyRootFilesystem | bool | ` false ` | |
104108| securityContext.runAsNonRoot | bool | ` true ` | |
105109| securityContext.runAsUser | int | ` 1000 ` | |
@@ -108,5 +112,3 @@ helm install github-actions-runner fs-devops/github-actions-runner -f values.yam
108112| serviceAccount.name | string | ` "" ` | |
109113| tolerations | list | ` [] ` | |
110114
111- ----------------------------------------------
112- Autogenerated from chart metadata using [ helm-docs v1.11.0] ( https://github.com/norwoodj/helm-docs/releases/v1.11.0 )
0 commit comments