Skip to content

Commit

Permalink
Node update to 2.1.2 and minimum version set to 2.1.0 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandemeusy committed Jul 10, 2024
1 parent 00229f8 commit 0e8b5c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ct-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/hoprnet/hoprd-sdk-python.git@v2.1.0
git+https://github.com/hoprnet/hoprd-sdk-python.git@v2.1.2
aiohttp==3.8.4
numpy==1.25.0
pytest==7.1.3
Expand Down
2 changes: 1 addition & 1 deletion ct-app/scripts/core_prod_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ distribution:
#
# =============================================================================
peer:
minVersion: '2.0.7'
minVersion: '2.1.0'

# =============================================================================
#
Expand Down
2 changes: 1 addition & 1 deletion ct-app/scripts/core_staging_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ distribution:
#
# =============================================================================
peer:
minVersion: '2.0.7'
minVersion: '2.1.0'

# =============================================================================
#
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod-blue.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
replicas: 0
network: dufour
version: "2.1.0"
version: "2.1.2"

config: |
hopr:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod-green.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
replicas: 5
network: dufour
version: "2.1.0"
version: "2.1.2"

config: |
hopr:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ backup:
ctdapp:
core:
replicas: 1
tag: v3.0.3
tag: v3.0.4
nodes:
NODE_ADDRESS_1: http://ctdapp-green-node-1:3001
NODE_ADDRESS_2: http://ctdapp-green-node-2:3001
Expand Down

0 comments on commit 0e8b5c2

Please sign in to comment.