Skip to content

Commit

Permalink
FIX: ssv image
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays committed Oct 9, 2024
1 parent 101496f commit e22c1a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launcher/src/backend/ethereum-services/SSVDKGService.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ outputPath: /data/output`;
service.setId();
const workingDir = service.buildWorkingDir(dir);

const image = "bloxstaking/ssv-dkg";
const image = "ssvlabs/ssv-dkg";

// Note that local secrets volume will be replaced with
// shared volume from SSVNetworkService later on...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ MetricsAPIPort: 15000`;
service.setId();
const workingDir = service.buildWorkingDir(dir);

const image = "bloxstaking/ssv-node";
const image = "ssvlabs/ssv-node";

const volumes = [new ServiceVolume(workingDir + "/data", "/data"), new ServiceVolume(workingDir + "/secrets", "/secrets")];

Expand Down
2 changes: 1 addition & 1 deletion launcher/src/components/UI/services-modal/SsvModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export default {
this.ssvTotalConfig = await ControlService.getSSVTotalConfig(this.ssvService.config.serviceID);
// TODO: check image min version
// const imageTag = 'bloxstaking/ssv-node:v1.0.1-hotfix';
// const imageTag = 'ssvlabs/ssv-node:v1.0.1-hotfix';
// const minimumVersion = '1.1.0';
const imageTag = this.ssvTotalConfig.ssvServiceConfig.image;
const minimumVersion = "v1.3.0";
Expand Down

0 comments on commit e22c1a2

Please sign in to comment.