Skip to content

Commit

Permalink
Release 0.0.1 with appVersion=0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Aug 19, 2023
1 parent 56a23e1 commit 5f24c8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/langstream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: langstream
description: Helm chart for LangStream
type: application
version: 0.0.1-alpha
version: 0.0.1
10 changes: 5 additions & 5 deletions charts/langstream/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ controlPlane:
image:
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-control-plane
pullPolicy: IfNotPresent
tag: "0.0.2-alpha"
tag: "0.0.3"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -47,7 +47,7 @@ client:
image:
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-client
pullPolicy: IfNotPresent
tag: "0.0.2-alpha"
tag: "0.0.3"

imagePullSecrets: []
nameOverride: ""
Expand All @@ -66,7 +66,7 @@ deployer:
image:
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-deployer
pullPolicy: IfNotPresent
tag: "0.0.2-alpha"
tag: "0.0.3"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -107,7 +107,7 @@ apiGateway:
image:
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-api-gateway
pullPolicy: IfNotPresent
tag: "0.0.2-alpha"
tag: "0.0.3"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -138,7 +138,7 @@ apiGateway:
config: {}

runtime:
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-runtime:0.0.2-alpha
repository: public.ecr.aws/y3i6u2n7/datastax-public/langstream-runtime:0.0.3
imagePullPolicy: IfNotPresent

tenants:
Expand Down
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ chart-dirs:
- charts
chart-repos: []
helm-extra-args: --timeout 600s
check-version-increment: false
check-version-increment: true
validate-maintainers: false

0 comments on commit 5f24c8d

Please sign in to comment.