Skip to content

Commit 968abe4

Browse files
committed
Release 0.0.3
1 parent fea5d5e commit 968abe4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

charts/langstream/Chart.yaml

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

charts/langstream/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Create the name of the role binding to use
286286

287287

288288
{{- define "langstream.runtimeImage" -}}
289-
{{- $imageTag := default .Values.images.tag .Values.runtime.imageTag }}
289+
{{- $imageTag := default .Values.images.tag (default .Values.runtime.imageTag .Chart.AppVersion) }}
290290
{{- if contains ":" .Values.runtime.image }}
291291
{{- .Values.runtime.image -}}
292292
{{- else }}

charts/langstream/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Global settings applied to all the images
33
images:
4-
tag: 0.0.4
4+
tag: ""
55

66

77
controlPlane:

0 commit comments

Comments
 (0)