We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b071885 commit 1ea6d93Copy full SHA for 1ea6d93
charts/github-actions-runner/Chart.yaml
@@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
4
5
type: application
6
7
-version: 0.6.2
+version: 0.6.3
8
appVersion: 0.10.2
9
10
kubeVersion: ">=1.19.0"
charts/github-actions-runner/templates/deployment.yaml
@@ -80,7 +80,7 @@ spec:
80
volumeMounts:
81
{{- if .Values.runner.customCerts.configMapRef }}
82
- name: ca-certificates-crt
83
- mountPath: /etc/ssl/certs/custom/
+ mountPath: /etc/ssl/certs/
84
{{- end }}
85
{{- if .Values.runner.kaniko.enabled }}
86
- name: workspace-volume
0 commit comments