working on ensure_ready to check helm is available #17

Merged
taha merged 2 commits from ensure-helm-available into master 2025-04-24 15:51:29 +00:00
Owner

I want to make sure the changes I'm working on in the ensure_ready don't break anything

I want to make sure the changes I'm working on in the ensure_ready don't break anything
wjro added 1 commit 2025-04-24 15:11:44 +00:00
taha reviewed 2025-04-24 15:20:34 +00:00
@ -31,0 +38,4 @@
fn is_helm_available(&self) -> Result<(), String> {
let version_result = Command::new("helm")
.arg("-version")
Collaborator

Helm doesn't have -version it would be version or something like .args(vec!["version", "-c", "--short"]) for a shorter output

Helm doesn't have `-version` it would be `version` or something like `.args(vec!["version", "-c", "--short"])` for a shorter output
wjro added 1 commit 2025-04-24 15:46:31 +00:00
taha approved these changes 2025-04-24 15:49:07 +00:00
wjro changed title from wip: working on ensure_ready to check helm is available to working on ensure_ready to check helm is available 2025-04-24 15:50:26 +00:00
taha merged commit 6c06a4ae07 into master 2025-04-24 15:51:29 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#17
No description provided.