diff --git a/charts/litmus-agent/Chart.yaml b/charts/litmus-agent/Chart.yaml index 73634e3d..47de9c1a 100644 --- a/charts/litmus-agent/Chart.yaml +++ b/charts/litmus-agent/Chart.yaml @@ -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: diff --git a/charts/litmus-agent/README.md b/charts/litmus-agent/README.md index 78522b07..dd1f6eb9 100644 --- a/charts/litmus-agent/README.md +++ b/charts/litmus-agent/README.md @@ -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 diff --git a/charts/litmus-agent/templates/hook-pre-install-job.yaml b/charts/litmus-agent/templates/hook-pre-install-job.yaml index 53b7aa7a..4826f80a 100644 --- a/charts/litmus-agent/templates/hook-pre-install-job.yaml +++ b/charts/litmus-agent/templates/hook-pre-install-job.yaml @@ -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" . }}