Skip to content

Commit c32b1f2

Browse files
authored
Merge pull request #2927 from w3f/master
sync
2 parents 9947566 + 4157ccf commit c32b1f2

File tree

9 files changed

+595
-189
lines changed

9 files changed

+595
-189
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: npm
44
directory: "/"
5+
target-branch: "staging"
56
schedule:
67
interval: daily
78
open-pull-requests-limit: 10
@@ -13,6 +14,7 @@ updates:
1314

1415
- package-ecosystem: docker
1516
directory: "/"
17+
target-branch: "staging"
1618
schedule:
1719
interval: daily
1820
open-pull-requests-limit: 10

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ spec:
6262
"commission": 150000000,
6363
"unclaimedEraThreshold": 4,
6464
"sanctionedGeoArea": {
65-
"skip": true,
66-
"sanctionedCountries": ["XXX"],
67-
"sanctionedRegions": ["XXX" ]
65+
"skip": false,
66+
"sanctionedCountries": ["RU", "IR", "CU", "KP", "SY"],
67+
"sanctionedRegions": ["Crimea", "Autonomous Republic of Crimea", "Republic of Crimea", "Luhansk", "Luhanska Oblast", "Luhanska", "Luganskaya Oblast’", "Luganskaya", "Donetsk", "Donetska Oblast", "Donetskaya Oblast’", "Donetska", "Donetskaya", "Sevastopol City", "Sevastopol", "Gorod Sevastopol"]
6868
},
6969
"forceClientVersion": "v1.10.0"
7070
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ spec:
6161
"commission": 50000000,
6262
"unclaimedEraThreshold": 1,
6363
"sanctionedGeoArea": {
64-
"skip": true,
65-
"sanctionedCountries": ["XXX"],
66-
"sanctionedRegions": ["XXX" ]
64+
"skip": false,
65+
"sanctionedCountries": ["RU", "IR", "CU", "KP", "SY"],
66+
"sanctionedRegions": ["Crimea", "Autonomous Republic of Crimea", "Republic of Crimea", "Luhansk", "Luhanska Oblast", "Luhanska", "Luganskaya Oblast’", "Luganskaya", "Donetsk", "Donetska Oblast", "Donetskaya Oblast’", "Donetska", "Donetskaya", "Sevastopol City", "Sevastopol", "Gorod Sevastopol"]
6767
},
6868
"forceClientVersion": "v1.10.0"
6969
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ spec:
6060
"commission": 150000000,
6161
"unclaimedEraThreshold": 4,
6262
"sanctionedGeoArea": {
63-
"skip": true,
64-
"sanctionedCountries": ["XXX"],
65-
"sanctionedRegions": ["XXX" ]
63+
"skip": false,
64+
"sanctionedCountries": ["RU", "IR", "CU", "KP", "SY"],
65+
"sanctionedRegions": ["Crimea", "Autonomous Republic of Crimea", "Republic of Crimea", "Luhansk", "Luhanska Oblast", "Luhanska", "Luganskaya Oblast’", "Luganskaya", "Donetsk", "Donetska Oblast", "Donetskaya Oblast’", "Donetska", "Donetskaya", "Sevastopol City", "Sevastopol", "Gorod Sevastopol"]
6666
},
6767
"forceClientVersion": "v1.10.0"
6868
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ spec:
5959
"commission": 50000000,
6060
"unclaimedEraThreshold": 1,
6161
"sanctionedGeoArea": {
62-
"skip": true,
63-
"sanctionedCountries": ["XXX"],
64-
"sanctionedRegions": ["XXX" ]
62+
"skip": false,
63+
"sanctionedCountries": ["RU", "IR", "CU", "KP", "SY"],
64+
"sanctionedRegions": ["Crimea", "Autonomous Republic of Crimea", "Republic of Crimea", "Luhansk", "Luhanska Oblast", "Luhanska", "Luganskaya Oblast’", "Luganskaya", "Donetsk", "Donetska Oblast", "Donetskaya Oblast’", "Donetska", "Donetskaya", "Sevastopol City", "Sevastopol", "Gorod Sevastopol"]
6565
},
6666
"forceClientVersion": "v1.10.0"
6767
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
env:
2323
- name: HELM_VALUES
2424
value: |
25-
schedule: "0 12 * * *"
25+
schedule: "0 */6 * * *"
2626
2727
---
2828

@@ -50,4 +50,4 @@ spec:
5050
env:
5151
- name: HELM_VALUES
5252
value: |
53-
schedule: "0 12 * * *"
53+
schedule: "0 */6 * * *"

apps/1kv-backend/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kusama:
77
secret: <path:vaults/k8s-community-secrets/items/otv-kusama#backend-secret>
88
domain: kusama.w3f.community
99
matrix:
10-
room: "!mdugGIKqSTweIOpTlA:web3.foundation"
10+
room: "!NPPsWrRlXjfgWsVFiJ:web3.foundation"
1111
userId: "@1kvbot:web3.foundation"
1212
storage: "20Gi"
1313
resources:
@@ -28,7 +28,7 @@ polkadot:
2828
secret: <path:vaults/k8s-community-secrets/items/otv-polkadot#backend-secret>
2929
domain: polkadot.w3f.community
3030
matrix:
31-
room: "!ccXWsugXuoiHnkEhKa:web3.foundation"
31+
room: "!JKVQoCWEnKxeWOPsYR:web3.foundation"
3232
userId: "@1kvbot:web3.foundation"
3333
storage: "20Gi"
3434
resources:

0 commit comments

Comments
 (0)