Skip to content

Commit 9df7b34

Browse files
Jonsy13git
andauthored
Added changes for 3-23-x release (#462)
* Added changes for 3-23-x release * Added changes for fixing version in charts --------- Co-authored-by: git <[email protected]>
1 parent 7d548c6 commit 9df7b34

File tree

24 files changed

+71
-71
lines changed

24 files changed

+71
-71
lines changed

charts/kube-aws/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "3.23.0"
33
description: A Helm chart to install litmus aws chaos experiments
44
name: kube-aws
5-
version: 3.23.0
5+
version: 3.23.1
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.22.0](https://img.shields.io/badge/Version-3.22.0-informational?style=flat-square) ![AppVersion: 3.22.0](https://img.shields.io/badge/AppVersion-3.22.0-informational?style=flat-square)
3+
![Version: 3.23.1](https://img.shields.io/badge/Version-3.23.1-informational?style=flat-square) ![AppVersion: 3.23.0](https://img.shields.io/badge/AppVersion-3.23.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.22.0"` | |
30+
| image.litmusGO.tag | string | `"3.23.0"` | |
3131
| nameOverride | string | `"kube-aws"` | |
3232

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

charts/kube-azure/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "3.23.0"
33
description: A Helm chart to install litmus Azure chaos experiments
44
name: kube-azure
5-
version: 3.23.0
5+
version: 3.23.1
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.22.0](https://img.shields.io/badge/Version-3.22.0-informational?style=flat-square) ![AppVersion: 3.22.0](https://img.shields.io/badge/AppVersion-3.22.0-informational?style=flat-square)
3+
![Version: 3.23.1](https://img.shields.io/badge/Version-3.23.1-informational?style=flat-square) ![AppVersion: 3.23.0](https://img.shields.io/badge/AppVersion-3.23.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.22.0"` | |
30+
| image.litmusGO.tag | string | `"3.23.0"` | |
3131
| nameOverride | string | `"kube-azure"` | |
3232

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

charts/kube-gcp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "3.23.0"
33
description: A Helm chart to install litmus gcp chaos experiments
44
name: kube-gcp
5-
version: 3.23.0
5+
version: 3.23.1
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.22.0](https://img.shields.io/badge/Version-3.22.0-informational?style=flat-square) ![AppVersion: 3.22.0](https://img.shields.io/badge/AppVersion-3.22.0-informational?style=flat-square)
3+
![Version: 3.23.1](https://img.shields.io/badge/Version-3.23.1-informational?style=flat-square) ![AppVersion: 3.23.0](https://img.shields.io/badge/AppVersion-3.23.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.22.0"` | |
30+
| image.litmusGO.tag | string | `"3.23.0"` | |
3131
| nameOverride | string | `"kube-gcp"` | |
3232

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

charts/kubernetes-chaos/Chart.yaml

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

charts/kubernetes-chaos/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kubernetes-chaos
22

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

55
A Helm chart to install litmus chaos experiments for kubernetes category (chaos-chart)
66

@@ -29,12 +29,12 @@ A Helm chart to install litmus chaos experiments for kubernetes category (chaos-
2929
| fullnameOverride | string | `"k8s"` | |
3030
| image.litmus.pullPolicy | string | `"Always"` | |
3131
| image.litmus.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/ansible-runner"` | |
32-
| image.litmus.tag | string | `"3.22.0"` | |
32+
| image.litmus.tag | string | `"3.23.0"` | |
3333
| image.litmusGO.pullPolicy | string | `"Always"` | |
3434
| image.litmusGO.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | |
35-
| image.litmusGO.tag | string | `"3.22.0"` | |
35+
| image.litmusGO.tag | string | `"3.23.0"` | |
3636
| image.litmusLIBImage.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | |
37-
| image.litmusLIBImage.tag | string | `"3.22.0"` | |
37+
| image.litmusLIBImage.tag | string | `"3.23.0"` | |
3838
| nameOverride | string | `"k8s"` | |
3939

4040
----------------------------------------------

charts/litmus-agent/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "3.22.1"
2+
appVersion: "3.23.0"
33
description: A Helm chart to install litmus agent
44
name: litmus-agent
5-
version: 3.22.1
5+
version: 3.23.0
66
kubeVersion: ">=1.16.0-0"
77
home: https://litmuschaos.io
88
sources:
@@ -21,16 +21,16 @@ maintainers:
2121
icon: https://raw.githubusercontent.com/litmuschaos/icons/master/litmus.png
2222
dependencies:
2323
- name: chaos-operator
24-
version: 3.22.0
24+
version: 3.23.0
2525
condition: chaos-operator.enabled
2626
- name: chaos-exporter
27-
version: 3.22.0
27+
version: 3.23.0
2828
condition: chaos-exporter.enabled
2929
- name: event-tracker
30-
version: 3.22.0
30+
version: 3.23.0
3131
condition: event-tracker.enabled
3232
- name: subscriber
33-
version: 3.22.0
33+
version: 3.23.0
3434
condition: subscriber.enabled
3535
- name: workflow-controller
3636
version: 0.2.2

charts/litmus-agent/README.md

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

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

55
A Helm chart to install litmus agent
66

@@ -24,10 +24,10 @@ Kubernetes: `>=1.16.0-0`
2424

2525
| Repository | Name | Version |
2626
|------------|------|---------|
27-
| | chaos-exporter | 3.22.0 |
28-
| | chaos-operator | 3.22.0 |
29-
| | event-tracker | 3.22.0 |
30-
| | subscriber | 3.22.0 |
27+
| | chaos-exporter | 3.23.0 |
28+
| | chaos-operator | 3.23.0 |
29+
| | event-tracker | 3.23.0 |
30+
| | subscriber | 3.23.0 |
3131
| | workflow-controller | 0.2.2 |
3232

3333
## Installing the Chart
@@ -53,7 +53,7 @@ $ helm install litmus-agent litmuschaos/litmus-agent \
5353

5454
| Key | Type | Default | Description |
5555
|-----|------|---------|-------------|
56-
| APP_VERSION | string | `"3.22.0"` | |
56+
| APP_VERSION | string | `"3.23.0"` | |
5757
| INFRA_DESCRIPTION | string | `"chaos infrastructure deployed with helm"` | |
5858
| INFRA_NAME | string | `"helm-infrastructure"` | |
5959
| INFRA_NODE_SELECTOR | string | `""` | |

0 commit comments

Comments
 (0)