Skip to content

Commit

Permalink
Added 3.8.x Helm Chart (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonsy13 <[email protected]>
  • Loading branch information
Jonsy13 committed Jun 17, 2024
1 parent fa08817 commit 9e383e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/litmus-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "3.8.0"
description: A Helm chart to install litmus agent
name: litmus-agent
version: 3.8.0
version: 3.8.1
kubeVersion: ">=1.16.0-0"
home: https://litmuschaos.io
sources:
Expand All @@ -21,16 +21,16 @@ maintainers:
icon: https://raw.githubusercontent.com/litmuschaos/icons/master/litmus.png
dependencies:
- name: chaos-operator
version: 3.7.0
version: 3.8.0
condition: chaos-operator.enabled
- name: chaos-exporter
version: 3.7.0
version: 3.8.0
condition: chaos-exporter.enabled
- name: event-tracker
version: 3.7.0
version: 3.8.0
condition: event-tracker.enabled
- name: subscriber
version: 3.7.0
version: 3.8.0
condition: subscriber.enabled
- name: workflow-controller
version: 0.2.1
Expand Down
10 changes: 5 additions & 5 deletions charts/litmus-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# litmus-agent

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

A Helm chart to install litmus agent

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

| Repository | Name | Version |
|------------|------|---------|
| | chaos-exporter | 3.7.0 |
| | chaos-operator | 3.7.0 |
| | event-tracker | 3.7.0 |
| | subscriber | 3.7.0 |
| | chaos-exporter | 3.8.0 |
| | chaos-operator | 3.8.0 |
| | event-tracker | 3.8.0 |
| | subscriber | 3.8.0 |
| | workflow-controller | 0.2.1 |

## Installing the Chart
Expand Down

0 comments on commit 9e383e2

Please sign in to comment.