File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : langstream
3
3
description : Helm chart for LangStream
4
4
type : application
5
- version : 0.0.5
6
- appVersion : 0.0.5
5
+ version : 0.0.6
6
+ appVersion : 0.0.6
Original file line number Diff line number Diff line change @@ -286,10 +286,10 @@ Create the name of the role binding to use
286
286
287
287
288
288
{ {- define " langstream.runtimeImage" -} }
289
- { {- $imageTag := default .Values.images.tag (default .Values.runtime.imageTag .Chart.AppVersion ) } }
289
+ { {- $imageTag := default .Chart.AppVersion (default .Values.images.tag .Values.runtime.imageTag ) } }
290
290
{ {- if contains " :" .Values.runtime.image } }
291
291
{ {- .Values.runtime.image -} }
292
292
{ {- else } }
293
293
{ {- printf " %s:%s" .Values.runtime.image $imageTag -} }
294
294
{ {- end } }
295
- { {- end } }
295
+ { {- end } }
You can’t perform that action at this time.
0 commit comments