Skip to content

Commit

Permalink
Merge pull request #1640 from w3f/will-vals137
Browse files Browse the repository at this point in the history
Add More Validators Round 137
  • Loading branch information
wpank authored Feb 11, 2022
2 parents de138d6 + 086d06a commit e230699
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/otv-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: 1K Validators Backend
name: otv-backend
version: v2.5.85
version: v2.5.86
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/otv-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:

image:
repo: web3f/otv-backend
tag: v2.5.85
tag: v2.5.86

certificate:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions helmfile.d/10-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ releases:
namespace: kusama
{{ if eq .Environment.Name "production" }}
chart: w3f/otv-backend
version: v2.5.85
version: v2.5.86
{{ else }}
chart: ../charts/otv-backend
{{ end }}
Expand All @@ -23,7 +23,7 @@ releases:
namespace: polkadot
{{ if eq .Environment.Name "production" }}
chart: w3f/otv-backend
version: v2.5.85
version: v2.5.86
{{ else }}
chart: ../charts/otv-backend
{{ end }}
Expand Down
36 changes: 28 additions & 8 deletions helmfile.d/config/kusama/otv-backend.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ config: |
"riotHandle": "@rocknode:matrix.org"
},
{
"name": "SlavaMo",
"name": "🏢 Ministry Of Blocks 🏢",
"stash": "D2r9AudNkHHpKfGtS5rpVHkchBoBhRsR6TmNcTuU4yiTp6w",
"riotHandle": "@slavamo:matrix.org"
},
Expand Down Expand Up @@ -1288,8 +1288,8 @@ config: |
"riotHandle": "@hirish:matrix.org"
},
{
"name": "shandu-europa-sv-validator-1",
"stash": "HZRwFw8eBaM6WSRMCmnXk2foZ4NgVY7CwK4CwxiYPDfHGur",
"name": "shandu-io-sv-validator-0",
"stash": "JHqBppsVBVV28f8Tb372ozqKVj6ch5L6oTo2J3rUL9kUtc8",
"riotHandle": "@shandu.io:matrix.org"
},
{
Expand Down Expand Up @@ -1447,6 +1447,11 @@ config: |
"stash": "EcaQjvT1QFnsxevgfGud8C33N1f6oQCNqLdcjmRZ8ksAZyh",
"riotHandle": "@serbian74:matrix.org"
},
{
"name": "🗻GoldenGate-Shasta🗻",
"stash": "GzMRuUaHyARHU8gP6GSqDKEUUkJDKakDGhbi9Mwq5hkn7mu",
"riotHandle": "@serbian74:matrix.org"
},
{
"name": "HFR 01 - ✨✨💎💎💎✨✨ - 🇫🇷",
"stash": "HnckZYNj9xyLSUGisSmYfLut9GywSxy3pHnBJKesEzGWp3S",
Expand Down Expand Up @@ -2248,11 +2253,6 @@ config: |
"stash": "EXmDBkb8K1bVrUqjVxNmE9VhB96M39ES4d8QdbAij3rast7",
"riotHandle": "@polkaleprechaun:matrix.org"
},
{
"name": "Skytron-01",
"stash": "EdRrV5evvMhR1mNF25NHBaNgjUgwHtE3puWji6gR9YtUKfp",
"riotHandle": "@skytron:matrix.org"
},
{
"name": "VAREJKA_L",
"stash": "FqoPGAqaZWBWAmKTX7mAToCv8aV3mqqgxiSNE9kKRLWuEC7",
Expand Down Expand Up @@ -2397,6 +2397,26 @@ config: |
"name": "NOVOSIB2",
"stash": "H6dMn25SiAcdKujQnTuUvg4fPsWUDZrw6Wt5jteuGxbtwoD",
"riotHandle": "@novosib:matrix.org"
},
{
"name": "MAMA_KUSAMA",
"stash": "DpEBgXSmcUG6nbbCnS6pk4Nd9fvkoG4axBiw4EqJPQkqr3V",
"riotHandle": "@nastasiya:matrix.org"
},
{
"name": "Mass Stake – Kusama#2",
"stash": "GAfMi2CLf1wHXRkbSbm3g2dB8H4aGYqfQaZBwujnAtxdAGx",
"riotHandle": "@embiei:matrix.org"
},
{
"name": "☉ lux8_net - 02 ☉",
"stash": "Dom3VWEQu8JNePDhX3Ce581eVLK77rSdBbqDLtRb5ZWHV31",
"riotHandle": "@ama31337:matrix.org"
},
{
"name": "VLADIMIR ",
"stash": "HUE5nUANxvCRW7SoLAHcKdB2PLoUpUVyuSdviHrKKQAV5EC",
"riotHandle": "@gratevladimir:matrix.org"
}
],
"forceRound": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "1k-validators-be",
"version": "2.5.85",
"version": "2.5.86",
"description": "Services for running the Thousand Validator Program.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { startClearAccumulatedOfflineTimeJob, startMonitorJob } from "./cron";

const isCI = process.env.CI;

const version = "v2.5.85";
const version = "v2.5.86";

const catchAndQuit = async (fn: any) => {
try {
Expand Down

0 comments on commit e230699

Please sign in to comment.