Skip to content

Commit 1121eca

Browse files
authored
chore(3.19.0): Adding the helm charts for 3.19.0 version (#437)
Signed-off-by: Shubham Chaudhary <[email protected]>
1 parent c522215 commit 1121eca

File tree

15 files changed

+33
-33
lines changed

15 files changed

+33
-33
lines changed

charts/kube-aws/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "3.18.0"
2+
appVersion: "3.19.0"
33
description: A Helm chart to install litmus aws chaos experiments
44
name: kube-aws
5-
version: 3.18.0
5+
version: 3.19.0
66
home: https://litmuschaos.io
77
sources:
88
- https://github.com/litmuschaos/litmus

charts/kube-aws/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kube-aws
22

3-
![Version: 3.18.0](https://img.shields.io/badge/Version-3.18.0-informational?style=flat-square) ![AppVersion: 3.18.0](https://img.shields.io/badge/AppVersion-3.18.0-informational?style=flat-square)
3+
![Version: 3.19.0](https://img.shields.io/badge/Version-3.19.0-informational?style=flat-square) ![AppVersion: 3.19.0](https://img.shields.io/badge/AppVersion-3.19.0-informational?style=flat-square)
44

55
A Helm chart to install litmus aws chaos experiments
66

@@ -27,7 +27,7 @@ A Helm chart to install litmus aws chaos experiments
2727
| fullnameOverride | string | `"kube-aws"` | |
2828
| image.litmusGO.pullPolicy | string | `"Always"` | |
2929
| image.litmusGO.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | |
30-
| image.litmusGO.tag | string | `"3.18.0"` | |
30+
| image.litmusGO.tag | string | `"3.19.0"` | |
3131
| nameOverride | string | `"kube-aws"` | |
3232

3333
----------------------------------------------

charts/kube-aws/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ customLabels: {}
1111
image:
1212
litmusGO:
1313
repository: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
14-
tag: 3.18.0
14+
tag: 3.19.0
1515
pullPolicy: Always
1616

1717
experiments:

charts/kube-azure/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "3.18.0"
2+
appVersion: "3.19.0"
33
description: A Helm chart to install litmus Azure chaos experiments
44
name: kube-azure
5-
version: 3.18.0
5+
version: 3.19.0
66
home: https://litmuschaos.io
77
sources:
88
- https://github.com/litmuschaos/litmus

charts/kube-azure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kube-azure
22

3-
![Version: 3.18.0](https://img.shields.io/badge/Version-3.18.0-informational?style=flat-square) ![AppVersion: 3.18.0](https://img.shields.io/badge/AppVersion-3.18.0-informational?style=flat-square)
3+
![Version: 3.19.0](https://img.shields.io/badge/Version-3.19.0-informational?style=flat-square) ![AppVersion: 3.19.0](https://img.shields.io/badge/AppVersion-3.19.0-informational?style=flat-square)
44

55
A Helm chart to install litmus Azure chaos experiments
66

@@ -27,7 +27,7 @@ A Helm chart to install litmus Azure chaos experiments
2727
| fullnameOverride | string | `"kube-azure"` | |
2828
| image.litmusGO.pullPolicy | string | `"Always"` | |
2929
| image.litmusGO.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | |
30-
| image.litmusGO.tag | string | `"3.18.0"` | |
30+
| image.litmusGO.tag | string | `"3.19.0"` | |
3131
| nameOverride | string | `"kube-azure"` | |
3232

3333
----------------------------------------------

charts/kube-azure/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ customLabels: {}
1111
image:
1212
litmusGO:
1313
repository: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
14-
tag: 3.18.0
14+
tag: 3.19.0
1515
pullPolicy: Always
1616

1717
experiments:

charts/kube-gcp/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "3.18.0"
2+
appVersion: "3.19.0"
33
description: A Helm chart to install litmus gcp chaos experiments
44
name: kube-gcp
5-
version: 3.18.0
5+
version: 3.19.0
66
home: https://litmuschaos.io
77
sources:
88
- https://github.com/litmuschaos/litmus

charts/kube-gcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kube-gcp
22

3-
![Version: 3.18.0](https://img.shields.io/badge/Version-3.18.0-informational?style=flat-square) ![AppVersion: 3.18.0](https://img.shields.io/badge/AppVersion-3.18.0-informational?style=flat-square)
3+
![Version: 3.19.0](https://img.shields.io/badge/Version-3.19.0-informational?style=flat-square) ![AppVersion: 3.19.0](https://img.shields.io/badge/AppVersion-3.19.0-informational?style=flat-square)
44

55
A Helm chart to install litmus gcp chaos experiments
66

@@ -27,7 +27,7 @@ A Helm chart to install litmus gcp chaos experiments
2727
| fullnameOverride | string | `"kube-gcp"` | |
2828
| image.litmusGO.pullPolicy | string | `"Always"` | |
2929
| image.litmusGO.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | |
30-
| image.litmusGO.tag | string | `"3.18.0"` | |
30+
| image.litmusGO.tag | string | `"3.19.0"` | |
3131
| nameOverride | string | `"kube-gcp"` | |
3232

3333
----------------------------------------------

charts/kube-gcp/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ customLabels: {}
1111
image:
1212
litmusGO:
1313
repository: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
14-
tag: 3.18.0
14+
tag: 3.19.0
1515
pullPolicy: Always
1616

1717
experiments:

charts/kubernetes-chaos/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "3.18.0"
2+
appVersion: "3.19.0"
33
description: A Helm chart to install litmus chaos experiments for kubernetes category (chaos-chart)
44
name: kubernetes-chaos
5-
version: 3.18.0
5+
version: 3.19.0
66
home: https://litmuschaos.io
77
sources:
88
- https://github.com/litmuschaos/litmus

0 commit comments

Comments
 (0)