Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name: Release builds for Mac(64bit, Arm), Windows and Linux(64 bit, Arm)
# This workflow builds Parseable for Linux, Mac, Windows and Docker
# and publishes the artifacts to the GitHub release page.
# It is triggered on push to tags that match the pattern vX.Y.Z
# where X, Y, Z are integers (e.g., v1.0.0, v2.3.4).
# It also creates a checksum file for the artifacts and publishes it to the release page.
# It also builds and pushes a Docker image to Docker Hub with the same version tag.

name: Release builds for Linux(64 bit, Arm), Mac(64bit, Arm), Windows and Docker

on:
push:
Expand Down Expand Up @@ -188,7 +195,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

push-docker-image:
build-push-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
Binary file added helm-releases/parseable-2.3.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 - Fast Observability on S3
type: application
version: 2.3.1
appVersion: "v2.3.1"
version: 2.3.2
appVersion: "v2.3.2"
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.3.1"
tag: "v2.3.2"
pullPolicy: Always
## object store can be local-store, s3-store, blob-store or gcs-store.
store: local-store
Expand Down
Loading
Loading