File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ maintainers:
1313sources :
1414 - https://github.com/moby/buildkit
1515 - https://github.com/andrcuns/charts
16- version : 0.1.0
16+ version : 0.1.1
1717appVersion : v0.23.2
1818dependencies :
1919 - name : common
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments