Skip to content

Commit b0c7df9

Browse files
chore: update helm to latest parseable release v2.0.0 (#1286)
--------- Co-authored-by: Nikhil Sinha <[email protected]>
1 parent d00ac8c commit b0c7df9

File tree

7 files changed

+92
-68
lines changed

7 files changed

+92
-68
lines changed

helm-releases/parseable-2.0.0.tgz

50.3 KB
Binary file not shown.

helm/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
22
name: parseable
3-
description: Helm chart for Parseable Server
3+
description: Helm chart for Parseable - Fast Observability on S3
44
type: application
5-
version: 1.7.5
6-
appVersion: "v1.7.5"
5+
version: 2.0.0
6+
appVersion: "v2.0.0"
77
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg"
88
maintainers:
99
- name: Parseable Team

helm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parseable:
22
image:
33
repository: containers.parseable.com/parseable/parseable
4-
tag: "v1.7.5"
4+
tag: "v2.0.0"
55
pullPolicy: Always
66
## object store can be local-store, s3-store, blob-store or gcs-store.
77
store: local-store

0 commit comments

Comments
 (0)