Skip to content

hardenchant/sentry-kubernetes

 
 

Repository files navigation

sentry-kubernetes

Description

This is a fork of abandoned repo with some additionals to work properly.

You can check all new vars at values.yaml

Tested on Kubernetes v1.24.6 + Sentry 22.6.0 (e68da5c)

All python requirements not freezes at my implementation and can be broken.

Installation

docker build --platform=linux/amd64 -f Dockerfile -t registry.local:5000/sentry-kubernetes:$(cat VERSION) -t registry.local:5000/sentry-kubernetes:latest .
docker push registry.local:5000/sentry-kubernetes:$(cat VERSION)
docker push registry.local:5000/sentry-kubernetes:latest

# create ns which you want and
# drop values.yaml with corrected values, than
helm install -n sentry-kubernetes -f values.yaml appname ./charts/sentry-kubernetes/

# than upgrade this if you need change some vars
helm upgrade -n sentry-kubernetes -f values.yaml appname ./charts/sentry-kubernetes/

About

Kubernetes event reporter for Sentry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.4%
  • Mustache 22.7%
  • Dockerfile 3.9%