Skip to content

Commit

Permalink
upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Mar 1, 2022
1 parent 3d4e54b commit 14597c5
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 153 deletions.
3 changes: 2 additions & 1 deletion charts/polkadot-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
description: Polkadot Watcher
name: polkadot-watcher
version: v3.2.2
version: v3.2.4
appVersion: v3.2.4
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/polkadot-watcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: {{ .Release.Name }}
image: {{ .Values.image.repo }}:{{ .Values.image.tag }}
image: {{ .Values.image.repo }}:{{ .Values.image.tag | default .Chart.AppVersion }}
imagePullPolicy: IfNotPresent
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion charts/polkadot-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ port: 3000

image:
repo: web3f/polkadot-watcher
tag: v3.2.2
# tag: latest

config:
endpoint: "wss://kusama-rpc.polkadot.io"
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-watcher",
"version": "3.2.3",
"version": "3.2.4",
"description": "Monitor events on Polkadot networks",
"repository": "git@github.com:w3f/polkadot-watcher.git",
"author": "W3F Infrastructure Team <devops@web3.foundation>",
Expand All @@ -20,7 +20,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^7.9.1",
"@polkadot/api": "^7.10.1",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.2",
"commander": "^4.0.0",
Expand All @@ -39,7 +39,6 @@
"@types/tmp": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@w3f/polkadot-api-client": "^1.2.15",
"@w3f/test-utils": "^1.2.18",
"chai": "^4.3.6",
"eslint": "7.32.0",
Expand Down
Loading

0 comments on commit 14597c5

Please sign in to comment.