Closed jongwooo closed 3 months ago
Hi @jongwooo ,
Lint Charts check is failing. For fixing the same, Bump the version to next patch (3.9.1). And then run helm-docs also in same directory.
Ref contributing guide for more details - https://github.com/litmuschaos/litmus-helm/blob/master/CONTRIBUTING.md
Thanks @jongwooo , Just noticed that go runner image is also getting updated as part of this PR. Which means we first need to release go-runner. So now plan is lets wait till release of 3.10.0 which will have your fix. And then you can update your PR with 3.10.0 and then we can merge your PR.
Proposed changes:
Related issue https://github.com/litmuschaos/litmus/issues/4807#issuecomment-2271358440
This PR fixes an issue where the ec2-stop-by-tag experiment fails to target the intended EC2 instance.
The ec2-stop-by-tag experiment encounters a
TARGET_SELECTION_ERROR
due to an incorrect retrieval of theEC2_INSTANCE_TAG
environment variable.By correctly renaming the environment variable from
INSTANCE_TAG
toEC2_INSTANCE_TAG
, we can accurately target the intended EC2 instance.Types of changes:
What types of changes does your code introduce to Litmus? Put an
x
in the boxes that applySpecial notes for your reviewer:
cc. @namkyu1999
Checklist