* 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
* 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
* 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
* 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