Skip to content

Commit

Permalink
Rename env to EC2_INSTANCE_TAG (#394)
Browse files Browse the repository at this point in the history
Signed-off-by: Jongwoo Han <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
  • Loading branch information
jongwooo and ispeakc0de authored Aug 14, 2024
1 parent 9646f0b commit 24d858a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/kube-aws/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "3.9.0"
appVersion: "3.9.1"
description: A Helm chart to install litmus aws chaos experiments
name: kube-aws
version: 3.9.0
version: 3.9.1
home: https://litmuschaos.io
sources:
- https://github.com/litmuschaos/litmus
Expand Down
6 changes: 3 additions & 3 deletions charts/kube-aws/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-aws

![Version: 3.9.0](https://img.shields.io/badge/Version-3.9.0-informational?style=flat-square) ![AppVersion: 3.9.0](https://img.shields.io/badge/AppVersion-3.9.0-informational?style=flat-square)
![Version: 3.9.1](https://img.shields.io/badge/Version-3.9.1-informational?style=flat-square) ![AppVersion: 3.9.1](https://img.shields.io/badge/AppVersion-3.9.1-informational?style=flat-square)

A Helm chart to install litmus aws chaos experiments

Expand All @@ -27,8 +27,8 @@ A Helm chart to install litmus aws chaos experiments
| fullnameOverride | string | `"kube-aws"` | |
| image.litmusGO.pullPolicy | string | `"Always"` | |
| image.litmusGO.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | |
| image.litmusGO.tag | string | `"3.9.0"` | |
| image.litmusGO.tag | string | `"3.9.1"` | |
| nameOverride | string | `"kube-aws"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
2 changes: 1 addition & 1 deletion charts/kube-aws/templates/ec2-terminate-by-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- name: RAMP_TIME
value: ''

- name: INSTANCE_TAG
- name: EC2_INSTANCE_TAG
value: ''

# enable it if the target instance is a part of self-managed nodegroup.
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ customLabels: {}
image:
litmusGO:
repository: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
tag: 3.9.0
tag: 3.9.1
pullPolicy: Always

experiments:
Expand Down

0 comments on commit 24d858a

Please sign in to comment.