mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
There's been a long time since the last upgrade that we did to the subchart that Concourse optionally depends on. With the upgrade, some values set in the `postgresql` chart changed. As those are exposed in `concourse`'s `values` too (and we version our Chart based on its public interface - values.yaml), this made it deserve a major version bump. For those users not making use of the subchart (or changing the default values), no changes ar necessary. For those who *are* configuring `postgresql.*` values - changes will almost certainly be necessary. closes #11610 Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
6 lines
146 B
YAML
6 lines
146 B
YAML
dependencies:
|
|
- name: postgresql
|
|
version: 5.3.8
|
|
repository: https://kubernetes-charts.storage.googleapis.com/
|
|
condition: postgresql.enabled
|