We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356ce8f commit 49ea3bdCopy full SHA for 49ea3bd
helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: parseable
3
description: Helm chart for Parseable - Fast Observability on S3
4
type: application
5
-version: 2.1.0
6
-appVersion: "v2.1.0"
+version: 2.2.0
+appVersion: "v2.2.0"
7
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/new-logo.svg"
8
9
maintainers:
helm/values.yaml
@@ -1,7 +1,7 @@
1
parseable:
image:
repository: containers.parseable.com/parseable/parseable
- tag: "v2.1.0"
+ tag: "v2.2.0"
pullPolicy: Always
## object store can be local-store, s3-store, blob-store or gcs-store.
store: local-store
0 commit comments