Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Nov 2, 2023
1 parent 4adae7c commit 5f89cdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/langstream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: langstream
description: Helm chart for LangStream
type: application
version: 0.4.0
appVersion: 0.4.0
version: 0.4.1
appVersion: 0.4.1
6 changes: 6 additions & 0 deletions charts/langstream/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ deployer:
readinessProbePeriodSeconds: 30
# -- Readiness probe timeout
readinessProbeTimeoutSeconds: 5
# -- Storage class mapping between the disk 'type' and the Kubernetes storage class
storageClassesMapping: {}
# -- Default storage class to use for the stateful agents
defaultStorageClass: default
# -- Default storage size to use for the stateful agents
defaultStorageDiskSize: 128MB
clusterRuntime:
# -- Configuration for the "kubernetes" cluster runtime
kubernetes: {}
Expand Down

0 comments on commit 5f89cdd

Please sign in to comment.