Skip to content

Commit

Permalink
Optimize chart exclusion in GA
Browse files Browse the repository at this point in the history
Signed-off-by: Jasstkn <[email protected]>
  • Loading branch information
Jasstkn committed Mar 12, 2023
1 parent 016c30d commit f5cf099
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/litmus-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.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

Expand Down

0 comments on commit f5cf099

Please sign in to comment.