File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
2
2
name : langstream
3
3
description : Helm chart for LangStream
4
4
type : application
5
- version : 0.0.1-alpha
5
+ version : 0.0.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ controlPlane:
3
3
image :
4
4
repository : public.ecr.aws/y3i6u2n7/datastax-public/langstream-control-plane
5
5
pullPolicy : IfNotPresent
6
- tag : " 0.0.2-alpha "
6
+ tag : " 0.0.3 "
7
7
8
8
imagePullSecrets : []
9
9
nameOverride : " "
@@ -47,7 +47,7 @@ client:
47
47
image :
48
48
repository : public.ecr.aws/y3i6u2n7/datastax-public/langstream-client
49
49
pullPolicy : IfNotPresent
50
- tag : " 0.0.2-alpha "
50
+ tag : " 0.0.3 "
51
51
52
52
imagePullSecrets : []
53
53
nameOverride : " "
@@ -66,7 +66,7 @@ deployer:
66
66
image :
67
67
repository : public.ecr.aws/y3i6u2n7/datastax-public/langstream-deployer
68
68
pullPolicy : IfNotPresent
69
- tag : " 0.0.2-alpha "
69
+ tag : " 0.0.3 "
70
70
imagePullSecrets : []
71
71
nameOverride : " "
72
72
fullnameOverride : " "
@@ -107,7 +107,7 @@ apiGateway:
107
107
image :
108
108
repository : public.ecr.aws/y3i6u2n7/datastax-public/langstream-api-gateway
109
109
pullPolicy : IfNotPresent
110
- tag : " 0.0.2-alpha "
110
+ tag : " 0.0.3 "
111
111
112
112
imagePullSecrets : []
113
113
nameOverride : " "
@@ -138,7 +138,7 @@ apiGateway:
138
138
config : {}
139
139
140
140
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
142
142
imagePullPolicy : IfNotPresent
143
143
144
144
tenants :
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ chart-dirs:
4
4
- charts
5
5
chart-repos : []
6
6
helm-extra-args : --timeout 600s
7
- check-version-increment : false
7
+ check-version-increment : true
8
8
validate-maintainers : false
You can’t perform that action at this time.
0 commit comments