Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 77a59ff

Browse files
authored
upgraded ci and version
1 parent 3803b50 commit 77a59ff

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ version: 2
33
jobs:
44
unitTest:
55
docker:
6-
- image: web3f/node-dind:v1.0.0
7-
- image: parity/polkadot:v0.9.29
6+
- image: web3f/node-dind:v1
7+
- image: parity/polkadot:latest
88
name: polkadot
99
command: --chain=kusama-dev --ws-port 11000 --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
1010
steps:
@@ -15,15 +15,15 @@ jobs:
1515

1616
yarnLint:
1717
docker:
18-
- image: web3f/node-dind:v1.0.0
18+
- image: web3f/node-dind:v1
1919
steps:
2020
- checkout
2121
- run: yarn
2222
- run: yarn lint
2323

2424
helmLint:
2525
docker:
26-
- image: web3f/ci-commons:v2.4.18
26+
- image: web3f/ci-commons:v3
2727
steps:
2828
- checkout
2929
- run:
@@ -32,7 +32,7 @@ jobs:
3232
3333
buildImage:
3434
docker:
35-
- image: web3f/ci-commons:v2.4.18
35+
- image: web3f/ci-commons:v3
3636
steps:
3737
- checkout
3838
- setup_remote_docker:
@@ -44,7 +44,7 @@ jobs:
4444
4545
integrationTests:
4646
docker:
47-
- image: web3f/ci-commons:v2.4.18
47+
- image: web3f/ci-commons:v3
4848
steps:
4949
- checkout
5050
- setup_remote_docker
@@ -55,7 +55,7 @@ jobs:
5555
5656
testPrometheusRules:
5757
docker:
58-
- image: web3f/ci-commons:v2.4.18
58+
- image: web3f/ci-commons:v3
5959
steps:
6060
- checkout
6161
- run:
@@ -77,7 +77,7 @@ jobs:
7777
7878
publishImage:
7979
docker:
80-
- image: web3f/ci-commons:v2.4.18
80+
- image: web3f/ci-commons:v3
8181
steps:
8282
- checkout
8383
- setup_remote_docker
@@ -87,7 +87,7 @@ jobs:
8787
8888
publishChart:
8989
docker:
90-
- image: web3f/ci-commons:v2.4.18
90+
- image: web3f/ci-commons:v3
9191
steps:
9292
- checkout
9393
- run:

charts/polkadot-watcher/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: Polkadot Watcher
22
name: polkadot-watcher
3-
version: v4.1.4
4-
appVersion: v4.1.4
3+
version: v4.1.5
4+
appVersion: v4.1.5
55
apiVersion: v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polkadot-watcher",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "Monitor events on Polkadot networks",
55
"repository": "[email protected]:w3f/polkadot-watcher.git",
66
"author": "W3F Infrastructure Team <[email protected]>",

0 commit comments

Comments
 (0)