Skip to content

Commit

Permalink
✨ osu-elastic-indexer: Add Sentry support
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Aug 23, 2023
1 parent 83c5a75 commit c6ef638
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu/osu-elastic-indexer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2023.818.0
version: 2023.823.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2023.818.0"
appVersion: "2023.823.0"
3 changes: 3 additions & 0 deletions osu/osu-elastic-indexer/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ data:
{{- if not (eq nil .Values.config.elasticIndexer.bufferSize) }}
BUFFER_SIZE: {{ .Values.config.elasticIndexer.bufferSize | quote }}
{{- end }}
{{- if not (eq nil .Values.config.elasticIndexer.sentryDsn) }}
SENTRY_DSN: {{ .Values.config.elasticIndexer.sentryDsn | quote }}
{{- end }}
SCHEMA: {{ required "Schema version is required" .Values.config.elasticIndexer.schema | quote }}
1 change: 1 addition & 0 deletions osu/osu-elastic-indexer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config:
elasticIndexer: {}
# batchSize: 10000
# bufferSize: 5
# sentryDsn: ""
# schema: ""
# prefix: ""
# config.db, config.elasticsearch and config.redis will be ignored if useSharedSecretsFromOsuWebChart, using secrets from parent chart
Expand Down

0 comments on commit c6ef638

Please sign in to comment.