Skip to content

Commit f0a1a9b

Browse files
committed
fix buildkit chart
1 parent b4c6ee9 commit f0a1a9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/buildkit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers:
1313
sources:
1414
- https://github.com/moby/buildkit
1515
- https://github.com/andrcuns/charts
16-
version: 0.1.0
16+
version: 0.1.1
1717
appVersion: v0.23.2
1818
dependencies:
1919
- name: common

charts/buildkit/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ spec:
9292
{{- if .Values.diagnosticMode.enabled }}
9393
args: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.args "context" $) | nindent 12 }}
9494
{{- else if .Values.args }}
95+
args: {{- include "common.tplvalues.render" (dict "value" .Values.args "context" $) | nindent 12 }}
96+
{{- else }}
9597
args:
9698
- --addr
9799
- unix:///run/{{ .Values.rootless | ternary "user/1000" ""}}/buildkit/buildkitd.sock
@@ -111,7 +113,6 @@ spec:
111113
{{- if .Values.debugLog }}
112114
- --debug
113115
{{- end }}
114-
{{- include "common.tplvalues.render" (dict "value" .Values.args "context" $) | nindent 12 }}
115116
{{- end }}
116117

117118
env:

0 commit comments

Comments
 (0)