From f95133d13e079f76208f43e54c350c471deb6c79 Mon Sep 17 00:00:00 2001 From: wpank <9498646+wpank@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:34:22 +0100 Subject: [PATCH 1/3] fix address format --- helmfile.d/config/kusama/otv-backend.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl index 63e51ccd7..214d61f5e 100644 --- a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl +++ b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl @@ -2460,7 +2460,7 @@ config: | }, { "name": "StakePool247", - "stash": "15tvRexXueswBvUpfJQZnkJHwdJzh7nHfoN4NMBGU8so3xGL", + "stash": "HUEwe3LgEdPW3HkUNAcYYq9EbbaoV3L3gUKbiTsPr4mccMW", "riotHandle": "@stakepool247:matrix.org" }, { From 52206573e9a3f1ab0b298439a0de46fd998cf78e Mon Sep 17 00:00:00 2001 From: wpank <9498646+wpank@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:35:17 +0100 Subject: [PATCH 2/3] add more kusama vals --- helmfile.d/config/kusama/otv-backend.yaml.gotmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl index 214d61f5e..d2e951a8b 100644 --- a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl +++ b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl @@ -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, From e41b32bda65a293540ccd3b91423c5adfb3ea59f Mon Sep 17 00:00:00 2001 From: wpank <9498646+wpank@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:35:45 +0100 Subject: [PATCH 3/3] bump version to v2.5.91 --- charts/otv-backend/Chart.yaml | 2 +- charts/otv-backend/values.yaml | 2 +- helmfile.d/10-otv-backend.yaml | 4 ++-- package.json | 2 +- src/index.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/otv-backend/Chart.yaml b/charts/otv-backend/Chart.yaml index 80417402b..1ea7f6ca4 100644 --- a/charts/otv-backend/Chart.yaml +++ b/charts/otv-backend/Chart.yaml @@ -1,4 +1,4 @@ description: 1K Validators Backend name: otv-backend -version: v2.5.90 +version: v2.5.91 apiVersion: v2 diff --git a/charts/otv-backend/values.yaml b/charts/otv-backend/values.yaml index 423aff86b..f5c1ca487 100644 --- a/charts/otv-backend/values.yaml +++ b/charts/otv-backend/values.yaml @@ -17,7 +17,7 @@ resources: image: repo: web3f/otv-backend - tag: v2.5.90 + tag: v2.5.91 certificate: enabled: true diff --git a/helmfile.d/10-otv-backend.yaml b/helmfile.d/10-otv-backend.yaml index 828097676..6cad90617 100644 --- a/helmfile.d/10-otv-backend.yaml +++ b/helmfile.d/10-otv-backend.yaml @@ -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 }} @@ -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 }} diff --git a/package.json b/package.json index da50401b7..97b3aa287 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/index.ts b/src/index.ts index fdf2c782f..e2ca8a1ea 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 {