diff --git a/charts/polkadot-watcher/Chart.yaml b/charts/polkadot-watcher/Chart.yaml index 90cb29f..2ec4260 100644 --- a/charts/polkadot-watcher/Chart.yaml +++ b/charts/polkadot-watcher/Chart.yaml @@ -1,4 +1,4 @@ description: Polkadot Watcher name: polkadot-watcher -version: v3.2.1 +version: v3.2.2 apiVersion: v2 diff --git a/charts/polkadot-watcher/values.yaml b/charts/polkadot-watcher/values.yaml index dbb233e..b85f336 100644 --- a/charts/polkadot-watcher/values.yaml +++ b/charts/polkadot-watcher/values.yaml @@ -3,7 +3,7 @@ port: 3000 image: repo: web3f/polkadot-watcher - tag: v3.2.1 + tag: v3.2.2 config: endpoint: "wss://kusama-rpc.polkadot.io" diff --git a/package.json b/package.json index e011e71..5dd6f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-watcher", - "version": "3.2.1", + "version": "3.2.2", "description": "Monitor events on Polkadot networks", "repository": "git@github.com:w3f/polkadot-watcher.git", "author": "W3F Infrastructure Team ",