Skip to content

Commit 67dd314

Browse files
committed
Update to 0.0.6
1 parent 2c9cc7b commit 67dd314

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/langstream/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: langstream
33
description: Helm chart for LangStream
44
type: application
5-
version: 0.0.5
6-
appVersion: 0.0.5
5+
version: 0.0.6
6+
appVersion: 0.0.6

charts/langstream/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ Create the name of the role binding to use
286286

287287

288288
{{- 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) }}
290290
{{- if contains ":" .Values.runtime.image }}
291291
{{- .Values.runtime.image -}}
292292
{{- else }}
293293
{{- printf "%s:%s" .Values.runtime.image $imageTag -}}
294294
{{- end }}
295-
{{- end }}
295+
{{- end }}

0 commit comments

Comments
 (0)