Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Aug 22, 2023
1 parent fea5d5e commit 968abe4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion charts/langstream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ apiVersion: v2
name: langstream
description: Helm chart for LangStream
type: application
version: 0.0.2
version: 0.0.3
appVersion: 0.0.5
2 changes: 1 addition & 1 deletion charts/langstream/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Create the name of the role binding to use


{{- define "langstream.runtimeImage" -}}
{{- $imageTag := default .Values.images.tag .Values.runtime.imageTag }}
{{- $imageTag := default .Values.images.tag (default .Values.runtime.imageTag .Chart.AppVersion) }}
{{- if contains ":" .Values.runtime.image }}
{{- .Values.runtime.image -}}
{{- else }}
Expand Down
2 changes: 1 addition & 1 deletion charts/langstream/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Global settings applied to all the images
images:
tag: 0.0.4
tag: ""


controlPlane:
Expand Down

0 comments on commit 968abe4

Please sign in to comment.