Skip to content

Commit a58fc58

Browse files
committed
fix nil pointer typo
1 parent 3ca2ce7 commit a58fc58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/github-actions-runner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
version: 0.7.1
7+
version: 0.7.2
88
appVersion: 0.13.0
99

1010
kubeVersion: ">=1.19.0"

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

55
A Helm chart for Kubernetes
66

charts/github-actions-runner/templates/secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
type: Opaque
88
data:
99
GH_ACCESS_TOKEN: {{ .Values.runner.github.accessToken | b64enc | squote }}
10-
{{- if .Values.proxy.enabled }}
10+
{{- if .Values.runner.proxy.enabled }}
1111
PROXY_PAC: {{ .Values.runner.proxy.pacUrl | b64enc | squote }}
1212
PROXY_NTLM_CREDENTIALS: {{ .Values.runner.proxy.ntmlCreds | b64enc | squote }}
1313
{{- end }}

0 commit comments

Comments
 (0)