Skip to content

Commit 0140c58

Browse files
authored
chore: update to helm chart 2.1.0 (#1297)
1 parent ba9e8ef commit 0140c58

File tree

5 files changed

+90
-65
lines changed

5 files changed

+90
-65
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helm-releases/parseable-2.1.0.tgz

51.4 KB
Binary file not shown.

helm/Chart.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ apiVersion: v2
22
name: parseable
33
description: Helm chart for Parseable - Fast Observability on S3
44
type: application
5-
version: 2.0.0
6-
appVersion: "v2.0.0"
7-
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg"
5+
version: 2.1.0
6+
appVersion: "v2.1.0"
7+
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/new-logo.svg"
8+
89
maintainers:
910
- name: Parseable Team
1011

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: "v2.0.0"
4+
tag: "v2.1.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)