mirror of
https://github.com/helm/charts.git
synced 2026-08-21 21:38:03 +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>
22 lines
561 B
YAML
22 lines
561 B
YAML
apiVersion: v1
|
|
appVersion: "10.0.0"
|
|
description: Backbone node of the Stellar cryptocurrency network.
|
|
name: stellar-core
|
|
version: 1.0.0
|
|
icon: https://www.stellar.org/developers/images/favicon/rocket-180x180.png
|
|
home: https://www.stellar.org
|
|
maintainers:
|
|
- name: andrenarchy
|
|
email: andre.extern@satoshipay.io
|
|
url: https://github.com/andrenarchy
|
|
- name: rendhalver
|
|
email: pete.brown@powerhrg.com
|
|
sources:
|
|
- https://github.com/satoshipay/docker-stellar-core/
|
|
keywords:
|
|
- stellar
|
|
- stellar-core
|
|
- cryptocurrency
|
|
- blockchain
|
|
engine: gotpl
|