mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [incubator/stellar-core]: Release 0.1.0 (initial release) Signed-off-by: André Gaul <andre@gaul.io> * [incubator/stellar-core]: use http readiness probe Signed-off-by: André Gaul <andre@gaul.io> * [incubator/stellar-core]: update NOTES Signed-off-by: André Gaul <andre@gaul.io> * [incubator/stellar-core]: update requirements.yaml with repo url Signed-off-by: André Gaul <andre@gaul.io> * [incubator/stellar-core]: add rendhalver as maintainer/owner Signed-off-by: André Gaul <andre@gaul.io> * [incubator/stellar-core]: properly handle postgresql name override in helpers Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: move stellar-core to stable Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: adapt install command in README Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: enable 10.0.0-2 features (flavors, archive init) Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: use deployment strategy recreate Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: add serviceaccount Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: add default timeout for postgres Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: fix versions Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: update postgresql Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: fix version in readme Signed-off-by: André Gaul <andre@gaul.io> * [stable/stellar-core]: fix bug in secret template Signed-off-by: André Gaul <andre@gaul.io>
6 lines
150 B
YAML
6 lines
150 B
YAML
dependencies:
|
|
- name: postgresql
|
|
version: ^0.19.0
|
|
repository: "https://kubernetes-charts.storage.googleapis.com/"
|
|
condition: postgresql.enabled
|