Skip to content

Commit ad7581e

Browse files
committed
Fix client and upgrade to 0.0.12
1 parent 145a4c2 commit ad7581e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.11
6-
appVersion: 0.0.10
5+
version: 0.0.12
6+
appVersion: 0.0.12

charts/langstream/templates/client/client-deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
command: [ "sh", "-c" ]
3636
args:
3737
- >
38-
echo "webServiceUrl: $WEB_SERVICE_URL" > /app/conf/cli.yaml &&
39-
echo "apiGatewayUrl: $API_GATEWAY_URL" >> /app/conf/cli.yaml &&
40-
echo "tenant: $TENANT" >> /app/conf/cli.yaml &&
41-
env &
38+
/app/bin/langstream configure webServiceUrl $WEB_SERVICE_URL &&
39+
/app/bin/langstream configure apiGatewayUrl $API_GATEWAY_URL &&
40+
/app/bin/langstream configure tenant $TENANT &&
41+
env &&
4242
sleep infinity
4343
env:
4444
- name: KUBERNETES_NAMESPACE

0 commit comments

Comments
 (0)