Skip to content

Commit

Permalink
release: 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed Oct 12, 2020
1 parent 9bda4ee commit 9f35d92
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ 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 5.x.x version of this Chart to 6.0.0

- The sentry.configYml value is now in a real yaml format
- If you were previously using `relay.asHook`, the value is now `asHook`


## Upgrading from 4.x.x version of this Chart to 5.0.0

As Relay is now part of this chart your need to make sure you enable either Nginx or the Ingress. Please read the next paragraph for more informations.
Expand All @@ -27,6 +33,9 @@ By default, NGINX is enabled to allow sending the incoming requests to [Sentry R

Note: if you are using NGINX Ingress, please set this annotation on your ingress : nginx.ingress.kubernetes.io/use-regex: "true"

## Clichouse warning

Snuba only supports a UTC timezone for Clickhouse. Please keep the initial value!

## Upgrading from 3.1.0 version of this Chart to 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 5.6.1
version: 6.0.0
appVersion: 20.9.0
dependencies:
- name: redis
Expand Down
7 changes: 4 additions & 3 deletions sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ user:
email: admin@sentry.local
password: aaaa

# this is required on the first installation, as sentry has to be initialized first
# recommended to set false for updating the helm chart afterwards,
# as you will have some downtime on each update if it's a hook
# deploys relay & snuba consumers as post hooks
asHook: true

images:
Expand All @@ -27,9 +31,6 @@ images:
relay:
replicas: 1
# mode: managed
# this is required on the first installation, as sentry has to be initialized first
# recommended to set false for updating the helm chart afterwards,
# as you will have some downtime on each update if it's a hook
env: []
probeInitialDelaySeconds: 10
resources: {}
Expand Down

0 comments on commit 9f35d92

Please sign in to comment.