Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added helm-releases/parseable-2.3.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: parseable
description: Helm chart for Parseable - Fast Observability on S3
type: application
version: 2.3.0
appVersion: "v2.3.0"
version: 2.3.1
appVersion: "v2.3.1"
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/new-logo.svg"

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parseable:
image:
repository: parseable/parseable
tag: "v2.3.0"
tag: "v2.3.1"
pullPolicy: Always
## object store can be local-store, s3-store, blob-store or gcs-store.
store: local-store
Expand Down
Loading
Loading