Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions helm-reindex.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

helm package helm -d helm-releases/
helm package ../enterprise/helm -d helm-releases/

helm repo index --merge index.yaml --url https://charts.parseable.com .
Binary file added helm-releases/parseable-2.8.0.tgz
Binary file not shown.
Binary file added helm-releases/parseable-enterprise-2.8.0.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: Parseable Helm chart - Predictive, unified observability — faster resolution, fewer escalations, happier customers.
type: application
version: 2.7.2
appVersion: "v2.7.2"
version: 2.8.0
appVersion: "v2.8.0"
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.7.2"
tag: "v2.8.0"
pullPolicy: Always
## object store can be local-store, s3-store, blob-store or gcs-store.
store: local-store
Expand Down
Loading
Loading