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