Skip to content

Commit a4a3738

Browse files
authored
update to helm 2.8.0 (#1658)
Signed-off-by: Nitish Tiwari <nitish@parseable.com>
1 parent dfcaa6d commit a4a3738

6 files changed

Lines changed: 117 additions & 91 deletions

File tree

helm-reindex.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

33
helm package helm -d helm-releases/
4+
helm package ../enterprise/helm -d helm-releases/
45

56
helm repo index --merge index.yaml --url https://charts.parseable.com .

helm-releases/parseable-2.8.0.tgz

51.4 KB
Binary file not shown.
55.9 KB
Binary file not shown.

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: parseable
33
description: Parseable Helm chart - Predictive, unified observability — faster resolution, fewer escalations, happier customers.
44
type: application
5-
version: 2.7.2
6-
appVersion: "v2.7.2"
5+
version: 2.8.0
6+
appVersion: "v2.8.0"
77
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/new-logo.svg"
88

99
maintainers:

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parseable:
22
image:
33
repository: parseable/parseable
4-
tag: "v2.7.2"
4+
tag: "v2.8.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)