File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
charts/github-actions-runner Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
44
55type : application
66
7- version : 0.7.2
7+ version : 0.7.3
88appVersion : 0.13.0
99
1010kubeVersion : " >=1.19.0"
Original file line number Diff line number Diff line change 11# github-actions-runner
22
3- ![ Version: 0.7.2 ] ( https://img.shields.io/badge/Version-0.7.2 -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.3 ] ( https://img.shields.io/badge/Version-0.7.3 -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
@@ -102,7 +102,7 @@ helm install github-actions-runner fs-devops/github-actions-runner -f values.yam
102102| runner.kaniko.mountedSecret | string | ` "" ` | |
103103| runner.labels | string | ` "" ` | |
104104| runner.proxy.enabled | bool | ` false ` | |
105- | runner.proxy.ntmlCreds | string | ` "" ` | |
105+ | runner.proxy.ntlmCreds | string | ` "" ` | |
106106| runner.proxy.pacUrl | string | ` "" ` | |
107107| securityContext.readOnlyRootFilesystem | bool | ` false ` | |
108108| securityContext.runAsNonRoot | bool | ` true ` | |
Original file line number Diff line number Diff line change 99 GH_ACCESS_TOKEN : {{ .Values.runner.github.accessToken | b64enc | squote }}
1010 {{- if .Values.runner.proxy.enabled }}
1111 PROXY_PAC : {{ .Values.runner.proxy.pacUrl | b64enc | squote }}
12- PROXY_NTLM_CREDENTIALS : {{ .Values.runner.proxy.ntmlCreds | b64enc | squote }}
12+ PROXY_NTLM_CREDENTIALS : {{ .Values.runner.proxy.ntlmCreds | b64enc | squote }}
1313 {{- end }}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ runner:
3939 proxy :
4040 enabled : false
4141 pacUrl : " "
42- ntmlCreds : " "
42+ ntlmCreds : " "
4343 # custom certs will be used in the runner and kaniko, as well in java (if you using it)
4444 customCerts :
4545 # Paste your custom ca-certificates.crt:
You can’t perform that action at this time.
0 commit comments