Skip to content

Commit

Permalink
feat(sentry): bump sentry version
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan.blanc@adfinis.com>
  • Loading branch information
yoan-adfinis committed Aug 10, 2020
1 parent 76b9f05 commit d2107bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 4.8.1
appVersion: 20.7.0
version: 4.9.99
appVersion: 20.7.2
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion sentry/templates/configmap-sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ data:
########################
# BITBUCKET_CONSUMER_KEY = 'YOUR_BITBUCKET_CONSUMER_KEY'
# BITBUCKET_CONSUMER_SECRET = 'YOUR_BITBUCKET_CONSUMER_SECRET
# BITBUCKET_CONSUMER_SECRET = 'YOUR_BITBUCKET_CONSUMER_SECRET'
#########
# Relay #
Expand Down
6 changes: 3 additions & 3 deletions sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ user:
images:
sentry:
repository: getsentry/sentry
tag: cc9f7d1
tag: 20.7.2
pullPolicy: IfNotPresent
# imagePullSecrets: []
snuba:
repository: getsentry/snuba
tag: e944bc414bfc97c9836febbfb2f310a3237f91cf
tag: 20.7.2
pullPolicy: IfNotPresent
# imagePullSecrets: []
relay:
repository: getsentry/relay
tag: 20.7.0
tag: 20.7.2
pullPolicy: IfNotPresent
# imagePullSecrets: []

Expand Down

0 comments on commit d2107bb

Please sign in to comment.