Skip to content

chore: update to helm release v2.3.2 #1337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025
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