Skip to content

Commit 5f24c8d

Browse files
committed
Release 0.0.1 with appVersion=0.0.3
1 parent 56a23e1 commit 5f24c8d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/langstream/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: langstream
33
description: Helm chart for LangStream
44
type: application
5-
version: 0.0.1-alpha
5+
version: 0.0.1

charts/langstream/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ controlPlane:
33
image:
44
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-control-plane
55
pullPolicy: IfNotPresent
6-
tag: "0.0.2-alpha"
6+
tag: "0.0.3"
77

88
imagePullSecrets: []
99
nameOverride: ""
@@ -47,7 +47,7 @@ client:
4747
image:
4848
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-client
4949
pullPolicy: IfNotPresent
50-
tag: "0.0.2-alpha"
50+
tag: "0.0.3"
5151

5252
imagePullSecrets: []
5353
nameOverride: ""
@@ -66,7 +66,7 @@ deployer:
6666
image:
6767
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-deployer
6868
pullPolicy: IfNotPresent
69-
tag: "0.0.2-alpha"
69+
tag: "0.0.3"
7070
imagePullSecrets: []
7171
nameOverride: ""
7272
fullnameOverride: ""
@@ -107,7 +107,7 @@ apiGateway:
107107
image:
108108
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-api-gateway
109109
pullPolicy: IfNotPresent
110-
tag: "0.0.2-alpha"
110+
tag: "0.0.3"
111111

112112
imagePullSecrets: []
113113
nameOverride: ""
@@ -138,7 +138,7 @@ apiGateway:
138138
config: {}
139139

140140
runtime:
141-
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-runtime:0.0.2-alpha
141+
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-runtime:0.0.3
142142
imagePullPolicy: IfNotPresent
143143

144144
tenants:

ct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ chart-dirs:
44
- charts
55
chart-repos: []
66
helm-extra-args: --timeout 600s
7-
check-version-increment: false
7+
check-version-increment: true
88
validate-maintainers: false

0 commit comments

Comments
 (0)