Konstantin Lebedev
ec69eb9090
[stable/sentry] Add worker concurrency ( #14940 )
...
* [stable/sentry] Add worker concurrency
Signed-off-by: Konstantin Lebedev <kostyan.lebedev@gmail.com >
* [stable/sentry] Add concurrency to values.yaml
Signed-off-by: Konstantin Lebedev <kostyan.lebedev@gmail.com >
2019-06-28 01:55:38 -07:00
Mikhail Naletov
deeb2819b3
Add imagePullSecrets to the documentation ( #14163 )
...
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net >
2019-06-25 22:03:14 -07:00
Paweł Kalemba
ef5b0a0559
Fix missing affinity key ( #15032 )
...
Add missing affinity key
Signed-off-by: Pawel Kalemba <pawel.kalemba@corp.ovh.com >
2019-06-25 01:10:35 -07:00
Paweł Kalemba
110314b1ae
Allow to put affinity for hooks pods ( #15014 )
...
Signed-off-by: Pawel Kalemba <pawel.kalemba@corp.ovh.com >
2019-06-24 11:50:35 -07:00
Robert de Vries
68d17b674f
[stable/sentry] Mount persistent volume into cron and worker ( #15001 )
...
* Mount persistent volume into cron and worker
Signed-off-by: Robert de Vries <r.devries@robbytu.net >
* Bump Sentry chart version
Signed-off-by: Robert de Vries <r.devries@robbytu.net >
* Add existingClaim to default values
Signed-off-by: Robert de Vries <r.devries@robbytu.net >
* Add the persistentWorkers option to mount PVC to cron and worker deployments
Signed-off-by: Robert de Vries <r.devries@robbytu.net >
* Updated persistence documentation in README
Signed-off-by: Robert de Vries <r.devries@robbytu.net >
2019-06-23 14:31:55 -07:00
Taehyun Kim
c2ebb0c779
add checksum annotations ( #14626 )
...
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com >
2019-06-10 01:55:08 -07:00
Brendan
da2333743c
[stable/sentry] Add metrics exporter ( #14355 )
...
* [stable/sentry] Add metrics exporter
Signed-off-by: Brendan Gordon <brendan.gordon@digital.gov.au >
* Add service monitor
Signed-off-by: Brendan Gordon <brendan.gordon@digital.gov.au >
* Fix review comments
Signed-off-by: Brendan Gordon <brendan.gordon@digital.gov.au >
* Remove trailing whitespace
Signed-off-by: Brendan Gordon <brendan.gordon@digital.gov.au >
2019-06-06 15:20:02 -07:00
Wilfrido Vidana
576a3aa9e1
[stable/sentry] Support loadBalancerSourceRanges on Service template ( #13665 )
...
* Support loadBalancerSourceRanges on Service
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com >
* Chart version bump
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com >
* Adding default values and README
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com >
* Revert "Adding default values and README"
This reverts commit 940f3e294e .
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com >
* Version bump
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com >
* Another version bump
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com >
* Version bump
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com >
* Add documentation on values and README
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com >
2019-05-31 18:16:24 -07:00
Victor Login
f614dec2f5
[stable/sentry] Update version sentry to 9.1.1 ( #14156 )
...
Signed-off-by: Login Victor <batazor111@gmail.com >
2019-05-27 06:27:50 -07:00
Asher Foa
35cdc0f4bd
fix icon based on https://sentry.io/branding/ (current icon url no longer works) ( #14140 )
...
Signed-off-by: Asher Foa <asher@asherfoa.com >
2019-05-26 16:35:48 -07:00
Brendan
551fbb5d5a
[stable/sentry] Add post-upgrade hook to db-init job ( #13845 )
...
* Add post-upgrade hook to db-init job
Signed-off-by: Brendan Gordon <brendan.gordon@digital.gov.au >
* Incrementing the versiono
Signed-off-by: Matt Farina <matt@mattfarina.com >
* Bump version
Signed-off-by: Brendan Gordon <brendan.gordon@digital.gov.au >
2019-05-21 11:04:10 -07:00
Patrik Votoček
a0dbd4d3f7
stable/sentry: make ingress path configurable ( #14000 )
...
Signed-off-by: Patrik Votoček <patrik@votocek.cz >
2019-05-20 12:47:15 -07:00
Mikhail Naletov
4e209a1d76
Added okgolove as a maintainer for sentry chart ( #13872 )
...
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net >
2019-05-15 07:22:30 -07:00
Todd Brown
0afeb26601
[stable/sentry] delete hooks on success or before running again ( #12144 )
...
This will cleanup the db init and user create job if they succeed. It will also delete them if the install fails and you run install again, that way new db init and user create jobs will run again.
Signed-off-by: Todd Brown <mrbrownt@me.com >
2019-04-22 06:51:44 -07:00
Matthew Green
a83f5be3b2
Sentry support for extra labels ( #12190 )
...
* Adding support for labels to overcome redis network restrictions
Signed-off-by: Matthew Green <matthew@newedgeengineering.com >
* bump version number, recover from accidental push
Signed-off-by: Matthew Green <matthew@newedgeengineering.com >
2019-04-15 12:45:06 -07:00
Jelto
287efbf194
make nodePort configurable ( #12826 )
...
Signed-off-by: Jelto Wodstrcil <jelto@wodstrcil.de >
2019-04-15 05:34:03 -07:00
jeredepp
3d53bc4302
Mention upgrades ( #10939 )
...
* Mention upgrades
Since the default behaviour of the chart is to break the installation during an upgrade, i'd recommend mentioning this somehow and explaining what happens when upgrading nontheless
Signed-off-by: stefan <s.bakocs@gmail.com >
* bump version
Signed-off-by: Paul Czarkowski <username.taken@gmail.com >
* bump version above master
Signed-off-by: Paul Czarkowski <username.taken@gmail.com >
2019-02-11 07:11:35 -08:00
Jonathan Juares Beber
12aad70c43
Add support for external Redis to the Sentry chart ( #11010 )
...
Signed-off-by: jonathanbeber <jonathanbeber@gmail.com >
2019-01-31 02:50:33 -08:00
Will Giddens
b73bf57fc2
Add support for an external Postgres DB to the sentry chart. ( #7449 )
...
The majority of this was done by jalberto here: https://github.com/helm/charts/pull/3376
Signed-off-by: Will Giddens <wgiddens@morristechnology.com >
2019-01-24 07:17:04 -08:00
Eric Lordahl
28b33e5bf5
Sentry: Add annotations to service ( #7985 )
...
* [stable/sentry] add annotations to service
Signed-off-by: Eric Lordahl <eric@koto.ai >
* [stable/sentry] v0.4.2
Signed-off-by: Eric Lordahl <eric@koto.ai >
* v0.5.0
Signed-off-by: Eric Lordahl <eric@koto.ai >
2019-01-15 23:18:51 -08:00
Jürno Ader
80d56393fe
[stable/sentry] Support existingSecret for smtp-password ( #10385 )
...
Signed-off-by: Jyrno Ader <jyrno42@gmail.com >
2019-01-15 11:01:13 -08:00
Jürno Ader
33a9f0ee8b
[stable/sentry] Add support for persistence.existingClaim ( #10396 )
...
Based on [REVIEW GUIDELINES](https://github.com/helm/charts/blob/master/REVIEW_GUIDELINES.md#persistence ) persistence
should support existing claims.
Signed-off-by: Jyrno Ader <jyrno42@gmail.com >
2019-01-11 02:50:06 -08:00
Masahiro Fujimura
2339680095
[stable/sentry] Fix persistent keys in values.yaml ( #8878 )
...
* Fix redis values key
Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp >
* since its a stable repo, update to 1.0.0
Signed-off-by: Paul Czarkowski <username.taken@gmail.com >
2018-12-17 11:33:42 -08:00
Masahiro Fujimura
c5edaa9a8b
[stable/sentry] Fix _helper.tpl. Use new helm template ( #8136 )
...
* Fix _helper.tpl
Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp >
* Update Chart.yaml
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2018-10-31 13:35:27 -07:00
James Bunch
66305814e9
sentry: bump postgres and redis charts ( #7579 )
...
bring in the latest stable postgres and redis charts and bump the sentry
chart version to v0.4.1.
postgres chart v0.15.0 -> v0.18.0
redis chart v3.6.5 -> v3.8.1
sentry (this) chart v0.4.0 -> v0.4.1
Signed-off-by: fallwith <fallwith@gmail.com >
2018-09-06 12:27:01 -07:00
Taehyun Kim
6d72750746
[stable/sentry] bump sentry, dependency charts, add configmap ( #6752 )
...
* bump sentry, dependency charts, add configmap
* fix db secret in cron deployment
2018-08-14 09:59:10 -07:00
Jubel Han
189b891c33
create the admin user optionally ( #6928 )
2018-08-09 19:58:20 -07:00
Kali Norby
9a4ec491bf
[stable/sentry] Allow alternate schedulers ( #5875 )
...
* Adding scheduler name option to deployments
* bump version to 0.1.15
* Updating documentation
* Update cron-deployment.yaml
* Update cron-deployment.yaml
* Update cron-deployment.yaml
* Update web-deployment.yaml
* Update workers-deployment.yaml
2018-07-02 12:34:16 -07:00
Marcelo Grebois
2bfbbec489
Adding the possibility to pull the image from a private repository ( #5811 )
...
* Adding the possibitlity to pull the image from a private repository
* Bumping version, fixing missing space, fixing variable name
* Fixing comment and adding comment
* Bumping version to match the chart, adding imagePullSecrets to cron
* Adding missing imagePullSecrets to post hooks
* Fixing format of all deployments to follow @unguiculus example
* Update values.yaml
* Bump minor version for new feature
2018-06-24 07:08:04 -07:00
AdamDang
b2896c4df0
Typo fix in sentry/README.md(recreatation of #4959 for conflicts) ( #5126 )
...
* Add version for sentry
Add version for sentry
* Typo fix in sentry/README.md
line 130:
set up `ingress.enabled` to true->set `ingress.enabled` to true
choose a `ingress.hostname`->choose an `ingress.hostname`
* Update README.md
2018-04-19 07:51:10 -07:00
James C Scott III
c720b39944
[sentry] add nodeSelector, affinity & tolerations ( #4264 )
...
also add more details to sentry README
2018-04-17 22:15:00 -07:00
Alexey Remizov
54bf0b00fb
[stable/sentry] Configure externalIPs ( #4179 )
...
* [sentry] Added variable service.externalIPs
* [sentry] Fixed notes about access to service of type ClusterIP
* Update Chart.yaml
2018-03-27 13:03:05 -07:00
DaNuk (DNk)
caab81fa1a
dnk: Use user.password if present ( #4462 )
2018-03-27 11:15:03 -07:00
heliping
4dabeef9bf
typo fix for sentry ( #4340 )
...
* typo fix for sentry
typo fix for sentry
* typo fix for sentry
typo fix for sentry
2018-03-21 00:25:21 -07:00
Lihua Tang
a9bd457b4f
fix typos ( #3612 )
2018-02-08 03:13:43 -08:00
Eran Kampf
d276326814
Sentry - Allow adding custom environment variables (for plugins support) ( #3142 )
...
* Allow adding custom environment variables (for plugins support)
Signed-off-by: Eran Kampf <eran@ekampf.com >
* Updated Sentry chart version
Signed-off-by: Eran Kampf <eran@ekampf.com >
* Fixed chart version
2018-01-28 13:02:31 -08:00
Valentin Mihov
538dca97e0
Delete jobs using kubectl, not helm ( #3176 )
...
* Delete jobs using kubectl, not helm
The jobs should be deleted using `kubectl` not `helm`.
* Updated version
2017-12-28 07:30:35 -08:00
Sergi Almacellas Abellana
a0a67be3a8
Sentry chart not using mail.use_tls and mail.from_address ( #2569 ) ( #3038 )
...
* Sentry chart not using mail.use_tls and mail.from_address (#2569 )
* Chart version bump (#2569 )
* updated settings in templates/hooks
* Don't define default values for new settings
2017-12-16 02:44:36 -08:00
Norberto Lopes
d0834e9efa
Fix typo in env var name SENTRY_POSTRGES_PORT ( #2723 )
...
* Fix typo in env var name SENTRY_POSTRGES_PORT
* Bump chart version.
2017-11-25 16:20:23 +01:00
Richard Lee
359dbe8458
[Sentry] Disable ingress by default ( #2388 )
...
* Disable Sentry ingress by default
* Bump chart version
* Fix linting issues
2017-11-17 19:37:45 +01:00
Aditya Purandare
97ce29c79f
[stable/sentry] Fix typo in Sentry and upgrade sentry to current ( #2361 )
...
* Fix typo in SENTRY_POSTGRES_PORT
* Update sentry and its requirements
* Bump worker default mem to avoid OOM
2017-10-03 19:35:53 -04:00
Richard Lee
c0d395bba4
Remove duplicated content ( #2387 )
2017-10-03 19:03:58 -04:00
Scott Rigby
108f3ba982
[stable/sentry] bump dependency redis 0.9.0 ( #1958 )
...
* [stable/sentry] bump dependency redis 0.9.0
* Bump stable/sentry version
* Really bump Redis version
2017-09-10 13:22:58 -05:00
Guang Ya Liu
cb28ae86f8
[stable/sentry] Use storageClassName for sentry. ( #2033 )
2017-09-10 11:00:53 -05:00
Cong Nguyen
720747a0c6
Fix: (sentry) user.email not used in user-create job ( #1558 )
2017-08-13 19:18:45 +02:00
Frederic Hemberger
912f50c716
Use consistent whitespace in template placeholders ( #1437 )
...
Use consistent whitespace in template placeholders
2017-07-09 21:11:24 +02:00
Matt Robenolt
0dd1c19bea
sentry: use unversioned icon url ( #1303 )
...
This will be more likely to not 404 constantly. :)
2017-07-01 13:53:38 +02:00
Timo
2bcb494f7e
[stable/sentry] Fix sentry defaults ( #1318 )
...
* remove wrong static default port from ingress
* update defaults and readme to stable chart names
2017-06-26 22:18:36 +02:00
Justin Garrison
cb00608357
Sentry chart ( #1226 )
...
* initial sentry
* missing valueFrom
* added cron and worker deployments
* Added some metadata
* Initial ingress support
* add initial smtp support and volume persistence
* Fixed deployment names (duh)
* Fix ENV and remove liveliness/rediness
* Hard code sentry db and user name until I can figure it out
* Fixed postgresql values
* Add database initialization job
* Add user creation hook
* Add user configuration to values
* Added smtp support, various other options/fixes
* Add resource limits, health check, and random password
* Fix login url and command to show generated password
* Add README and set sane default values
* Clarify using the --wait flag in README
* Consistent labels and component names
* Move sentry to stable folder
* Updated name to github username
2017-06-14 22:22:26 -07:00