Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename env to EC2_INSTANCE_TAG #394

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading