Added the default memory limit for db-init-hook refs #15296
Added a warning related to changing default memory limit for db-init-hook
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
* [stable/sentry] provide greater coverage of filestore settings
This stemmed primarily from needing to inject a Google Cloud service account into
the filesystem via a secret. However it seemed sensible if adding support for one
of the additional filestore providers to add support for both.
Signed-off-by: Damien Churchill <damoxc@gmail.com>
* [sentry/stable] document the change in parameters around filestore
Signed-off-by: Damien Churchill <damoxc@gmail.com>
* [stable/sentry] Bump chart version to 2.0.0
values.yaml changed in a breaking way, so a major version bump seems prudent.
Signed-off-by: Damien Churchill <damoxc@gmail.com>
* [stable/sentry] change s3 from commented out to empty block
Signed-off-by: Damien Churchill <damoxc@gmail.com>
* [stable/sentry] correct the values reference for persistentWorkers
Signed-off-by: Damien Churchill <damoxc@gmail.com>
* [stable/sentry] change /var/secrets to /var/run/secrets
Use the same path format as the Kubernetes default service account to
place the service account key for GCS storage.
Signed-off-by: Damien Churchill <damoxc@gmail.com>
* [stable/sentry] update path for GCS key in comment in values.yaml
Signed-off-by: Damien Churchill <damoxc@gmail.com>
* [stable/sentry] correct filesystem path key for mountPath
Signed-off-by: Damien Churchill <damoxc@gmail.com>
* [stable/sentry] add note in README about the value keys which have changed
Signed-off-by: Damien Churchill <damoxc@gmail.com>
This PR adds a note to the readme stating that the chart is not maintained or backed by Sentry org itself.
Signed-off-by: Burak Yigit Kaya <byk@sentry.io>
* 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>
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