Skip to content

Commit

Permalink
Merge pull request #1672 from w3f/will-vals141
Browse files Browse the repository at this point in the history
Add More Validators Round 141
  • Loading branch information
wpank committed Feb 25, 2022
2 parents 949a26b + e41b32b commit 90d5e11
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 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.90
version: v2.5.91
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.90
tag: v2.5.91

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.90
version: v2.5.91
{{ 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.90
version: v2.5.91
{{ else }}
chart: ../charts/otv-backend
{{ end }}
Expand Down
12 changes: 11 additions & 1 deletion helmfile.d/config/kusama/otv-backend.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,7 @@ config: |
},
{
"name": "StakePool247",
"stash": "15tvRexXueswBvUpfJQZnkJHwdJzh7nHfoN4NMBGU8so3xGL",
"stash": "HUEwe3LgEdPW3HkUNAcYYq9EbbaoV3L3gUKbiTsPr4mccMW",
"riotHandle": "@stakepool247:matrix.org"
},
{
Expand Down Expand Up @@ -2513,6 +2513,16 @@ config: |
"stash": "Ha27MB4gKH36ieRPa1T1ASqhUz4sVxMoVmK7o5CS6tXDqjW",
"riotHandle": "@josephknecht:matrix.org",
"skipSelfStake": true
},
{
"name": "Crypto-builder",
"stash": "FtYSnTCie4oeHD1mXwTFAeYPhKjg5JmQxQBAppBV1oxq4Sr",
"riotHandle": "@antonio.crypto:matrix.org"
},
{
"name": "GalaxyNode",
"stash": "ComC1bkQiVoFgEJ6RkdRM9R6akikye4Ldbk1orj2grp55hp",
"riotHandle": "@galaxymen: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.90",
"version": "2.5.91",
"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.90";
const version = "v2.5.91";

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

0 comments on commit 90d5e11

Please sign in to comment.