Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed May 27, 2021
1 parent fd97aed commit a9f4446
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 167 deletions.
2 changes: 1 addition & 1 deletion charts/polkadot-registrar-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot Watcher
name: polkadot-registrar-watcher
version: v0.2.9
version: v0.2.10
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/polkadot-registrar-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment: production

image:
repo: web3f/polkadot-registrar-watcher
tag: v0.2.9
tag: v0.2.10

config:
node:
Expand Down
4 changes: 2 additions & 2 deletions helmfile.d/00-registrar-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ releases:
- name: kusama-registrar-watcher
namespace: registrar-kusama
chart: w3f/polkadot-registrar-watcher
version: v0.2.9
version: v0.2.10
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/kusama/registrar-watcher-values.yaml.gotmpl

- name: polkadot-registrar-watcher
namespace: registrar-polkadot
chart: w3f/polkadot-registrar-watcher
version: v0.2.9
version: v0.2.10
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/polkadot/registrar-watcher-values.yaml.gotmpl
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-registrar-watcher",
"version": "0.2.9",
"version": "0.2.10",
"description": "Registrar",
"repository": "[email protected]:w3f/polkadot-registrar-watcher.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand All @@ -18,7 +18,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^4.9.2",
"@polkadot/api": "^4.11.2",
"@types/ws": "^7.2.7",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.3",
Expand Down
Loading

0 comments on commit a9f4446

Please sign in to comment.