Skip to content

Commit b93ae42

Browse files
authored
chore: update to helm release v2.3.2 (#1337)
1 parent 2cd3381 commit b93ae42

File tree

5 files changed

+99
-68
lines changed

5 files changed

+99
-68
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
name: Release builds for Mac(64bit, Arm), Windows and Linux(64 bit, Arm)
1+
# This workflow builds Parseable for Linux, Mac, Windows and Docker
2+
# and publishes the artifacts to the GitHub release page.
3+
# It is triggered on push to tags that match the pattern vX.Y.Z
4+
# where X, Y, Z are integers (e.g., v1.0.0, v2.3.4).
5+
# It also creates a checksum file for the artifacts and publishes it to the release page.
6+
# It also builds and pushes a Docker image to Docker Hub with the same version tag.
7+
8+
name: Release builds for Linux(64 bit, Arm), Mac(64bit, Arm), Windows and Docker
29

310
on:
411
push:
@@ -188,7 +195,7 @@ jobs:
188195
env:
189196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
190197

191-
push-docker-image:
198+
build-push-docker-image:
192199
runs-on: ubuntu-latest
193200
steps:
194201
- name: Checkout

helm-releases/parseable-2.3.2.tgz

51.4 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: Helm chart for Parseable - Fast Observability on S3
44
type: application
5-
version: 2.3.1
6-
appVersion: "v2.3.1"
5+
version: 2.3.2
6+
appVersion: "v2.3.2"
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.3.1"
4+
tag: "v2.3.2"
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)