Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 99fef04

Browse files
authored
Merge branch 'staging' into michalis-sanctions-validity-check-3
2 parents 36a495e + 62982e2 commit 99fef04

File tree

15 files changed

+24
-20
lines changed

15 files changed

+24
-20
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77
RUN echo "building ${PACKAGE}... "; \
88
yarn install; \
99
echo "yarn install done. Building...." ; \
10-
yarn turbo; \
10+
yarn build; \
1111
echo "building ${PACKAGE} done."; \
1212
apt-get update && \
1313
apt-get clean

Dockerfile-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /code
88
RUN echo "building ${PACKAGE}... "; \
99
yarn install; \
1010
echo "yarn install done. Building...." ; \
11-
yarn turbo; \
11+
yarn build; \
1212
echo "building ${PACKAGE} done."; \
1313
apt-get update && \
1414
apt-get install -y libssl-dev && \

apps/1kv-backend-staging/templates/kusama-otv-backend.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ spec:
6565
"skip": true,
6666
"sanctionedCountries": ["XXX"],
6767
"sanctionedRegions": ["XXX" ]
68-
}
68+
},
69+
"forceClientVersion": "v1.10.0"
6970
},
7071
"cron": {
7172
"monitor": "0 */15 * * * *",

apps/1kv-backend-staging/templates/mongodb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
source:
1818
repoURL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
1919
chart: mongodb
20-
targetRevision: ^14.6.1
20+
targetRevision: ^15.1.4
2121
plugin:
2222
env:
2323
- name: HELM_VALUES
@@ -87,7 +87,7 @@ spec:
8787
source:
8888
repoURL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
8989
chart: mongodb
90-
targetRevision: ^14.6.1
90+
targetRevision: ^15.1.4
9191
plugin:
9292
env:
9393
- name: HELM_VALUES

apps/1kv-backend-staging/templates/polkadot-otv-backend.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ spec:
6464
"skip": true,
6565
"sanctionedCountries": ["XXX"],
6666
"sanctionedRegions": ["XXX" ]
67-
}
67+
},
68+
"forceClientVersion": "v1.10.0"
6869
},
6970
"cron": {
7071
"monitor": "0 */15 * * * *",

apps/1kv-backend/templates/kusama-otv-backend.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
source:
1818
repoURL: https://w3f.github.io/helm-charts/
1919
chart: otv-backend
20-
targetRevision: v3.1.14
20+
targetRevision: v3.1.16
2121
plugin:
2222
env:
2323
- name: HELM_VALUES
@@ -63,7 +63,8 @@ spec:
6363
"skip": true,
6464
"sanctionedCountries": ["XXX"],
6565
"sanctionedRegions": ["XXX" ]
66-
}
66+
},
67+
"forceClientVersion": "v1.10.0"
6768
},
6869
"cron": {
6970
"monitor": "0 */15 * * * *",

apps/1kv-backend/templates/mongodb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
source:
1818
repoURL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
1919
chart: mongodb
20-
targetRevision: ^14.6.1
20+
targetRevision: ^15.1.4
2121
plugin:
2222
env:
2323
- name: HELM_VALUES
@@ -89,7 +89,7 @@ spec:
8989
source:
9090
repoURL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
9191
chart: mongodb
92-
targetRevision: ^14.6.1
92+
targetRevision: ^15.1.4
9393
plugin:
9494
env:
9595
- name: HELM_VALUES

apps/1kv-backend/templates/polkadot-otv-backend.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
source:
1818
repoURL: https://w3f.github.io/helm-charts/
1919
chart: otv-backend
20-
targetRevision: v3.1.14
20+
targetRevision: v3.1.16
2121
plugin:
2222
env:
2323
- name: HELM_VALUES
@@ -62,7 +62,8 @@ spec:
6262
"skip": true,
6363
"sanctionedCountries": ["XXX"],
6464
"sanctionedRegions": ["XXX" ]
65-
}
65+
},
66+
"forceClientVersion": "v1.10.0"
6667
},
6768
"cron": {
6869
"monitor": "0 */15 * * * *",

charts/otv-backend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: 1K Validators Backend
22
name: otv-backend
3-
version: v3.1.14
4-
appVersion: v3.1.14
3+
version: v3.1.16
4+
appVersion: v3.1.16
55
apiVersion: v2

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1kv/common",
3-
"version": "3.1.14",
3+
"version": "3.1.16",
44
"description": "Services for running the Thousand Validator Program.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)