Skip to content

Commit

Permalink
Upgrading version of subscriber for compatibility with ChaosCenter 3.…
Browse files Browse the repository at this point in the history
…0.0-beta8 (#323)

Signed-off-by: Jonsy13 <[email protected]>
  • Loading branch information
Jonsy13 authored Jun 22, 2023
1 parent 52d5821 commit 69620ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/litmus-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "0.1.3"
appVersion: "0.1.4"
description: A Helm chart to install litmus agent
name: litmus-agent
version: 0.1.3
version: 0.1.4
kubeVersion: ">=1.16.0-0"
home: https://litmuschaos.io
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/litmus-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# litmus-agent

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

A Helm chart to install litmus agent

Expand Down
2 changes: 1 addition & 1 deletion charts/litmus-agent/templates/hook-pre-install-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
value: {{ .Release.Namespace }}

- name: APP_VERSION
value: "3.0.0-beta7" #For compatibility with 3.0.0-beta7 ChaosCenter, Version has to be same
value: "3.0.0-beta8" #For compatibility with 3.0.0-beta8 ChaosCenter, Version has to be same

- name: SERVICE_ACCOUNT_NAME
value: {{ include "litmus-agent.serviceAccountName" . }}
Expand Down

0 comments on commit 69620ca

Please sign in to comment.