Upgrade RSKj to 5.3.0, deploy new nodes

Adapted the cookbook for new nodes running on Jammy.
This commit is contained in:
Râu Cao
2023-11-04 15:04:29 +01:00
parent 3d3156a031
commit 925a5da239
10 changed files with 146 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ end
describe package('rskj') do
it { should be_installed }
its('version') { should eq '4.4.0~focal' }
its('version') { should eq '5.3.0~jammy' }
end
describe service('rsk') do