diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b767d905..4be7d96b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: - name: Run chart-testing (list-changed) id: list-changed run: | - changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }}) + changed=$(ct list-changed --excluded-charts=kubernetes-chaos,kube-aws,kube-azure,kube-gcp,litmus-agent --target-branch ${{ github.event.repository.default_branch }}) if [[ -n "$changed" ]]; then echo "IS_CHANGED=true" >> $GITHUB_OUTPUT fi @@ -103,4 +103,4 @@ jobs: wait: 180s - name: Run chart-testing (install) - run: ct install --config ct.yaml --excluded-charts=kubernetes-chaos,kube-aws,kube-azure,kube-gcp,litmus-agent + run: ct install --config ct.yaml diff --git a/charts/litmus-agent/Chart.yaml b/charts/litmus-agent/Chart.yaml index a9d70972..f6c1fae0 100644 --- a/charts/litmus-agent/Chart.yaml +++ b/charts/litmus-agent/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.1.2" description: A Helm chart to install litmus agent name: litmus-agent -version: 0.1.2 +version: 0.1.3 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 a394c1e6..65b7b90d 100644 --- a/charts/litmus-agent/README.md +++ b/charts/litmus-agent/README.md @@ -1,6 +1,6 @@ # litmus-agent -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) A Helm chart to install litmus agent