diff --git a/charts/langstream/Chart.yaml b/charts/langstream/Chart.yaml index 48c244e..0e2f846 100644 --- a/charts/langstream/Chart.yaml +++ b/charts/langstream/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: langstream description: Helm chart for LangStream type: application -version: 0.0.1-alpha +version: 0.0.1 diff --git a/charts/langstream/values.yaml b/charts/langstream/values.yaml index 603d691..d2b90ab 100644 --- a/charts/langstream/values.yaml +++ b/charts/langstream/values.yaml @@ -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: "" @@ -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: "" @@ -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: "" @@ -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: "" @@ -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: diff --git a/ct.yaml b/ct.yaml index cba2891..cb270d4 100644 --- a/ct.yaml +++ b/ct.yaml @@ -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