From 5d80d50cf1f6c4a254e3771f4a012b04184825bc Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Wed, 23 Apr 2025 12:17:58 +0530 Subject: [PATCH] upgrade helm chart to v2.2.0 --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index dd633b4ab..dfa542c65 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: parseable description: Helm chart for Parseable - Fast Observability on S3 type: application -version: 2.1.0 -appVersion: "v2.1.0" +version: 2.2.0 +appVersion: "v2.2.0" icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/new-logo.svg" maintainers: diff --git a/helm/values.yaml b/helm/values.yaml index 41a137091..a33069dbc 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,7 +1,7 @@ parseable: image: repository: containers.parseable.com/parseable/parseable - tag: "v2.1.0" + tag: "v2.2.0" pullPolicy: Always ## object store can be local-store, s3-store, blob-store or gcs-store. store: local-store