Files
deprecated-helm-charts/stable/sentry/requirements.lock
T
Rafal Proszowski ef8a37b05e [stable/sentry] Bump dependencies and allow dependency naming (#16996)
* Update Postgres depenency

The chart has been updated a lot, since we've introduced that
dependency.

It mainly introduces new version of Postgres and doesn't seem to break
the general functionality. It does introduce some template changes and
fixes a single problem, where policy has an empty value and causes
kubernetes to fall out in persistant volume claim.

```yaml
  annotations:
    "helm.sh/resource-policy":
```

Signed-off-by: Rafal Proszowski <rafal.proszowski@digital.cabinet-office.gov.uk>

* Upgrade Redis chart

We're simply running an old version, and it may be a pain to upgrade
later in the future.

Signed-off-by: Rafal Proszowski <rafal.proszowski@digital.cabinet-office.gov.uk>

* Add support for overwritten naming

It may be a case, when a user would like to install two different
instances of postgres or redis in the same namespace with a single
release. This would cause one of the instances being overwritten by the
other and lead to unwanted behaviour.

Adding this support and prefixing sentry's dependencies, may solve that
problem, and doesn't really strike as a bad practice.

Signed-off-by: Rafal Proszowski <rafal.proszowski@digital.cabinet-office.gov.uk>

* Bump sentry chart version

Signed-off-by: Rafal Proszowski <rafal.proszowski@digital.cabinet-office.gov.uk>
2019-10-20 05:35:36 -07:00

10 lines
335 B
Plaintext

dependencies:
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 6.5.0
- name: redis
repository: https://kubernetes-charts.storage.googleapis.com/
version: 9.3.2
digest: sha256:ec1c090ef960c117f69fb79617eacfa01ee787312a5f00a1d5a3bfe97ae00ef6
generated: "2019-10-20T12:47:31.239466+01:00"