Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/sentry] bump sentry, dependency charts, add configmap (#6752)
Browse files Browse the repository at this point in the history
* bump sentry, dependency charts, add configmap

* fix db secret in cron deployment
  • Loading branch information
kimxogus authored and k8s-ci-robot committed Aug 14, 2018
1 parent bd11499 commit 6d72750
Show file tree
Hide file tree
Showing 11 changed files with 498 additions and 16 deletions.
4 changes: 2 additions & 2 deletions stable/sentry/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: Sentry is a cross-platform crash reporting and aggregation platform.
name: sentry
version: 0.3.1
appVersion: 8.22
version: 0.4.0
appVersion: 9.0
keywords:
- debugging
- logging
Expand Down
9 changes: 7 additions & 2 deletions stable/sentry/README.md
Expand Up @@ -58,9 +58,10 @@ The following table lists the configurable parameters of the Sentry chart and th

| Parameter | Description | Default |
| ------------------------------- | ------------------------------- | ---------------------------------------------------------- |
| `image.repository` | Sentry image | `library/sentry:{VERSION}` |
| `image.tag` | Sentry image tag | `8.17` |
| `image.repository` | Sentry image | `library/sentry` |
| `image.tag` | Sentry image tag | `9.0` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `web.podAnnotations` | Web pod annotations | `{}` |
| `web.replicacount` | Amount of web pods to run | `1` |
| `web.resources.limits` | Web resource limits | `{cpu: 500m, memory: 500Mi}` |
| `web.resources.requests` | Web resource requests | `{cpu: 300m, memory: 300Mi}` |
Expand All @@ -69,13 +70,15 @@ The following table lists the configurable parameters of the Sentry chart and th
| `web.affinity` | Affinity settings for web pod assignment | `{}` |
| `web.schedulerName` | Name of an alternate scheduler for web pod | `nil` |
| `web.tolerations` | Toleration labels for web pod assignment | `[]` |
| `cron.podAnnotations` | Cron pod annotations | `{}` |
| `cron.replicacount` | Amount of cron pods to run | `1` |
| `cron.resources.limits` | Cron resource limits | `{cpu: 200m, memory: 200Mi}` |
| `cron.resources.requests` | Cron resource requests | `{cpu: 100m, memory: 100Mi}` |
| `cron.nodeSelector` | Node labels for cron pod assignment | `{}` |
| `cron.affinity` | Affinity settings for cron pod assignment | `{}` |
| `cron.schedulerName` | Name of an alternate scheduler for cron pod | `nil` |
| `cron.tolerations` | Toleration labels for cron pod assignment | `[]` |
| `worker.podAnnotations` | Worker pod annotations | `{}` |
| `worker.replicacount` | Amount of worker pods to run | `2` |
| `worker.resources.limits` | Worker resource limits | `{cpu: 300m, memory: 500Mi}` |
| `worker.resources.requests` | Worker resource requests | `{cpu: 100m, memory: 100Mi}` |
Expand Down Expand Up @@ -104,6 +107,8 @@ The following table lists the configurable parameters of the Sentry chart and th
| `persistence.storageClass` | PVC Storage Class | `nil` (uses alpha storage class annotation) |
| `persistence.accessMode` | PVC Access Mode | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request | `10Gi` |
| `config.configYml` | Sentry config.yml file | `` |
| `config.sentryConfPy` | Sentry sentry.conf.py file | `` |

Dependent charts can also have values overwritten. Preface values with postgresql.* or redis.*

Expand Down
8 changes: 4 additions & 4 deletions stable/sentry/requirements.lock
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 0.8.3
version: 0.15.0
- name: redis
repository: https://kubernetes-charts.storage.googleapis.com/
version: 0.10.1
digest: sha256:edf23e476cacd385037588df3226003e75fa5161f8c7556c370383bf9f9d1d71
generated: 2017-09-29T15:01:25.29542-05:00
version: 3.6.5
digest: sha256:a49afdaa300dbb31e1661762b2779af0f74520661b044b9ac495df6c3309eb92
generated: 2018-07-21T16:50:40.000327793+09:00
4 changes: 2 additions & 2 deletions stable/sentry/requirements.yaml
@@ -1,7 +1,7 @@
dependencies:
- name: postgresql
version: 0.8.3
version: 0.15.0
repository: https://kubernetes-charts.storage.googleapis.com/
- name: redis
version: 0.10.1
version: 3.6.5
repository: https://kubernetes-charts.storage.googleapis.com/

0 comments on commit 6d72750

Please sign in to comment.