Skip to content

Commit

Permalink
Merge pull request #1912 from w3f/will-vals161
Browse files Browse the repository at this point in the history
Add more validators round 161
  • Loading branch information
wpank committed Aug 12, 2022
2 parents bdf776e + 10212a5 commit 8ace34d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 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.6.25
version: v2.6.26
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.6.25
tag: v2.6.26

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.6.25
version: v2.6.26
{{ else }}
chart: ../charts/otv-backend
{{ end }}
Expand All @@ -27,7 +27,7 @@ releases:
namespace: polkadot
{{ if eq .Environment.Name "production" }}
chart: w3f/otv-backend
version: v2.6.25
version: v2.6.26
{{ else }}
chart: ../charts/otv-backend
{{ end }}
Expand Down
10 changes: 10 additions & 0 deletions helmfile.d/config/kusama/otv-backend-prod.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2659,6 +2659,16 @@ config: |
"name": "Vel_Validator",
"stash": "EaQghcv5V7uFSvj1yHgXxnhTy7y7KP7Lfgms1rvQqbwXBZN",
"riotHandle": "@vda0390:matrix.org"
},
{
"name": "KYB-validator-1",
"stash": "ELyU4uhMAfes3SQBZdSdBK6PtKyyTJMvEQayMUcFqZFPVFR",
"riotHandle": "@kostyayesikov:matrix.org"
},
{
"name": "KYB-validator-1",
"stash": "ELyU4uhMAfes3SQBZdSdBK6PtKyyTJMvEQayMUcFqZFPVFR",
"riotHandle": "@kostyayesikov:matrix.org"
}
],
"forceRound": false,
Expand Down
6 changes: 6 additions & 0 deletions helmfile.d/config/polkadot/otv-backend-prod.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,12 @@ config: |
"stash": "1123RekaPHgWaPL5v9qfsikRemeZdYC4tvKXYuLXwhfT3NKy",
"kusamaStash": "FJgeBDUj4gF2rYxLmxc7QcccEMZQ26xudp4sro3HFMGZMRL",
"riotHandle": "@mosonyi:matrix.org"
},
{
"name": "Texas Blockchain Node 1",
"stash": "12uYFKgwKxFGMZjkR7AkTRWhFozjJBZpsnuJa6KM8DyfKbdr",
"kusamaStash": "CwUhDjLKnvtjLM5Caxh4KFEeH5B4LezYM297TxnS7xQw7aB",
"riotHandle": "@srivish: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.6.25",
"version": "2.6.26",
"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.6.25";
const version = "v2.6.26";

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

0 comments on commit 8ace34d

Please sign in to comment.