Skip to content

Commit

Permalink
Merge branch 'main' into 00129-solo-windows-runner
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>

# Conflicts:
#	src/core/dependency_managers/helm_dependency_manager.mjs
  • Loading branch information
JeffreyDallas committed Mar 25, 2024
2 parents c37b878 + 48c5b77 commit 1b15a92
Show file tree
Hide file tree
Showing 66 changed files with 2,504 additions and 826 deletions.
386 changes: 223 additions & 163 deletions README.md

Large diffs are not rendered by default.

301 changes: 64 additions & 237 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/solo",
"version": "0.22.0",
"version": "0.22.1",
"description": "An opinionated CLI tool to deploy and manage private Hedera Networks.",
"main": "src/index.mjs",
"type": "module",
Expand Down Expand Up @@ -40,6 +40,7 @@
"inquirer": "^9.2.15",
"js-base64": "^3.7.7",
"listr2": "^8.0.2",
"semver": "^7.6.0",
"stream-buffers": "^3.0.2",
"tar": "^6.2.0",
"uuid": "^9.0.1",
Expand Down
3 changes: 3 additions & 0 deletions src/commands/cluster.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ export class ClusterCommand extends BaseCommand {
}

ctx.isChartInstalled = await this.chartManager.isChartInstalled(ctx.config.clusterSetupNamespace, constants.FULLSTACK_CLUSTER_SETUP_CHART)
if (!ctx.isChartInstalled) {
throw new FullstackTestingError('No chart found for the cluster')
}
}
},
{
Expand Down
Loading

0 comments on commit 1b15a92

Please sign in to comment.