diff --git a/README.md b/README.md index 201635b73..eea82f14f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ Big thanks to the maintainers of the [deprecated chart](https://github.com/helm/ For now the full list of values is not documented but you can get inspired by the values.yaml specific to each directory. +## Upgrading from 16.x.x version of this Chart to 17.x.x + +Sentry version from 22.10.0 onwards should be using chart 17.x.x + +- post process forwarder events and transactions topics are splitted in Sentry 22.10.0 + +You can delete the deployment "sentry-post-process-forward" as it's no longer needed. + + + ## Upgrading from 15.x.x version of this Chart to 16.x.x system.secret-key is removed diff --git a/sentry/Chart.yaml b/sentry/Chart.yaml index 8c2d3488c..5498175a2 100644 --- a/sentry/Chart.yaml +++ b/sentry/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sentry description: A Helm chart for Kubernetes type: application -version: 16.0.6 -appVersion: 22.9.0 +version: 17.0.0 +appVersion: 22.10.0 dependencies: - name: memcached repository: https://charts.bitnami.com/bitnami