File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/github-actions-runner Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
4
4
5
5
type : application
6
6
7
- version : 0.7.0
7
+ version : 0.7.1
8
8
appVersion : 0.13.0
9
9
10
10
kubeVersion : " >=1.19.0"
Original file line number Diff line number Diff line change 1
1
# github-actions-runner
2
2
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 )
3
+ ![ Version: 0.7.1 ] ( https://img.shields.io/badge/Version-0.7.1 -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 )
4
4
5
5
A Helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ type: Opaque
8
8
data :
9
9
GH_ACCESS_TOKEN : {{ .Values.runner.github.accessToken | b64enc | squote }}
10
10
{{- if .Values.proxy.enabled }}
11
- PROXY_PAC : {{ .Values.proxy.pacUrl | b64enc | squote }}
12
- PROXY_NTLM_CREDENTIALS : {{ .Values.proxy.ntmlCreds | b64enc | squote }}
11
+ PROXY_PAC : {{ .Values.runner. proxy.pacUrl | b64enc | squote }}
12
+ PROXY_NTLM_CREDENTIALS : {{ .Values.runner. proxy.ntmlCreds | b64enc | squote }}
13
13
{{- end }}
You can’t perform that action at this time.
0 commit comments