Stagenet deployment fixes (#151)

Small fixes following the recent Stagenet deployment.
This commit is contained in:
Steve Degosserie 2025-09-08 21:03:19 +02:00 committed by GitHub
parent 4bdb1d1821
commit b2c1f3f250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -15,6 +15,9 @@ config:
existingSecretName: "dh-beefy-relay-ethereum-key"
relayData:
storagePath: null
extraArgs:
[
"run",

View file

@ -43,7 +43,9 @@ export const deployDataHavenSolochain = async (
invariant(options.datahavenImageTag, "❌ DataHaven image tag not defined");
await checkTagExists(options.datahavenImageTag);
if (!options.dockerUsername) {
await checkTagExists(options.datahavenImageTag);
}
// Validate custom chainspec file if provided
if (options.chainspec) {