diff --git a/charts/polkadot-k8s-payouts/Chart.yaml b/charts/polkadot-k8s-payouts/Chart.yaml index ac7367f..94a09ca 100644 --- a/charts/polkadot-k8s-payouts/Chart.yaml +++ b/charts/polkadot-k8s-payouts/Chart.yaml @@ -1,5 +1,5 @@ description: Polkadot K8s Payouts name: polkadot-k8s-payouts -version: v0.1.6 -appVersion: v0.4.8 +version: v0.1.7 +appVersion: v0.4.11 apiVersion: v2 diff --git a/charts/polkadot-k8s-payouts/values.yaml b/charts/polkadot-k8s-payouts/values.yaml index 302123c..3ff474a 100644 --- a/charts/polkadot-k8s-payouts/values.yaml +++ b/charts/polkadot-k8s-payouts/values.yaml @@ -8,10 +8,16 @@ config: logLevel: info wsEndpoint: "wss://rpc.polkadot.io/" isDeepHistoryCheckForced: false + retryPolicy: + delayMillis: 10000 + maxAttempts: 5 gracePeriod: enabled: false eras: 4 claimThirdParty: + parallelExecution: + enabled: false + degree: 4 claimerKeystore: filePath: '/app/keystore/wallet/wallet.json' passwordPath: '/app/keystore/password/password'