Skip to content

Commit 6c5f2aa

Browse files
authored
chore: update helm chart to release v1.7.3 (#1121)
1 parent 624aef0 commit 6c5f2aa

File tree

4 files changed

+84
-60
lines changed

4 files changed

+84
-60
lines changed

helm-releases/parseable-1.7.3.tgz

50.2 KB
Binary file not shown.

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: parseable
33
description: Helm chart for Parseable Server
44
type: application
5-
version: 1.7.2
6-
appVersion: "v1.7.2"
5+
version: 1.7.3
6+
appVersion: "v1.7.3"
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.2"
4+
tag: "v1.7.3"
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)