diff --git a/charts/fulcrum/Chart.yaml b/charts/fulcrum/Chart.yaml index cd230874d1..2360398158 100644 --- a/charts/fulcrum/Chart.yaml +++ b/charts/fulcrum/Chart.yaml @@ -13,8 +13,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.17-dev +version: 0.5.18-dev # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.9.7 +appVersion: 1.11.1 diff --git a/charts/fulcrum/values.yaml b/charts/fulcrum/values.yaml index ac3945fd54..735dc8b415 100644 --- a/charts/fulcrum/values.yaml +++ b/charts/fulcrum/values.yaml @@ -4,7 +4,7 @@ secrets: image: repository: cculianu/fulcrum pullPolicy: IfNotPresent - tag: v1.9.7 + tag: v1.11.1 # If true, generate blocks to the bitcoind node. Will fail if bitcoind is not in regtest mode. # The bitcoind installation should be in the same namespace as the fulcrum installation. @@ -57,6 +57,7 @@ fulcrumGenericConfig: - bitcoind_clients = 1 - peering = false - announce = false - - fast-sync = 1024 + - utxo_cache = 1024 - worker_threads = 1 - bitcoind_throttle = 25 10 2 + - max_subs_per_ip = 1000000