Skip to content

Commit

Permalink
Merge pull request #1651 from w3f/will-vals138
Browse files Browse the repository at this point in the history
Add More Validators Round 138
  • Loading branch information
wpank authored Feb 15, 2022
2 parents e230699 + b0a4298 commit f098438
Show file tree
Hide file tree
Showing 6 changed files with 52 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.86
version: v2.5.87
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.86
tag: v2.5.87

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.86
version: v2.5.87
{{ 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.86
version: v2.5.87
{{ else }}
chart: ../charts/otv-backend
{{ end }}
Expand Down
47 changes: 46 additions & 1 deletion helmfile.d/config/kusama/otv-backend.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ config: |
"riotHandle": "@atacamaxyz:matrix.org"
},
{
"name": "⛰ Helikon Labs 001 ⛰",
"name": "⛰ HELIKON ⛰ ISTANBUL",
"stash": "GC8fuEZG4E5epGf5KGXtcDfvrc6HXE7GJ5YnbiqSpqdQYLg",
"riotHandle": "@helikon:matrix.org"
},
Expand Down Expand Up @@ -2417,6 +2417,51 @@ config: |
"name": "VLADIMIR ",
"stash": "HUE5nUANxvCRW7SoLAHcKdB2PLoUpUVyuSdviHrKKQAV5EC",
"riotHandle": "@gratevladimir:matrix.org"
},
{
"name": "SunshineAutos",
"stash": "HvCKgQnApvzKJPLc73VSaRhpGFmeQaEyZ4Dbcnj5dJyE6AS",
"riotHandle": "@sunshineautosnodes:matrix.org"
},
{
"name": "PimeTaradox",
"stash": "Hgjqt5NUcKzNckgz23xfaJL89onmvmTrywZ6xH5FhY7LfKG",
"riotHandle": "@pimetaradox:matrix.org"
},
{
"name": "Sik 2 | crifferent(dot)de",
"stash": "GLSikJaXTVWvWtUhzB3Bj6xb5TcnhTUp6EuAkxaCohT9UBv",
"riotHandle": "@dev0_sik:matrix.org"
},
{
"name": "DotSkull-KSM",
"stash": "EUYfsTNCCVJbrq7YjT4xbxWB8GX1j7nRZiuziQVj9mjFSdP",
"riotHandle": "@dotskull:matrix.org"
},
{
"name": "YARIK2",
"stash": "DDuHcFtsAaJyk3RxXJGybN3icx95TouqLYF5jjb1Uqnvwtg",
"riotHandle": "@yarikslovo:matrix.org"
},
{
"name": "ANGELA Validator",
"stash": "G52Pjw9kA9UuYYS5gGk26tHBYJQjSpjrZanKqvuBeZR5Fsp",
"riotHandle": "@dliseenko:matrix.org"
},
{
"name": "STRAWBERRY-STAKING",
"stash": "FZfG7K9Yx7qwHHV9xnaUhnxeUziSCHmcB6K5THZaGuuTdXw",
"riotHandle": "@sweetberry:matrix.org"
},
{
"name": "⛰ HELIKON ⛰ MELIDA",
"stash": "GougF9o6LNGrAMb1ZtH9XWePVCz1PBAvwatjvCtw75M6M3q",
"riotHandle": "@helikon:matrix.org"
},
{
"name": "vinci🇫🇷",
"stash": "GsW7NAUcWMQ92Ata4QjJ1vNHN3PrgvUbLe5T2RXtjxvUXLL",
"riotHandle": "@gauth8z: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.86",
"version": "2.5.87",
"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.86";
const version = "v2.5.87";

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

0 comments on commit f098438

Please sign in to comment.