Skip to content

Commit

Permalink
update helm chart to v1.7.2 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Jan 12, 2025
1 parent 1923095 commit b016b38
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 59 deletions.
Binary file added helm-releases/parseable-1.7.2.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: Helm chart for Parseable Server
type: application
version: 1.7.1
appVersion: "v1.7.1"
version: 1.7.2
appVersion: "v1.7.2"
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg"
maintainers:
- name: Parseable Team
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: containers.parseable.com/parseable/parseable
tag: "v1.7.1"
tag: "v1.7.2"
pullPolicy: Always
## object store can be local-store, s3-store, blob-store or gcs-store.
store: local-store
Expand Down
Loading

0 comments on commit b016b38

Please sign in to comment.