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