Skip to content

Commit

Permalink
Merge branch 'master' into 256-respect-service-type
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsoumya authored Aug 9, 2022
2 parents 0261653 + 02cb73c commit 4c484ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if [ -z "$(git status --porcelain)" ]; then
echo "Docs are up-to-date"
else
echo "Docs are stale. Needs to be updated. Run helm-docs. The following files have been changed:"
echo "Docs are stale. Run helm-docs . locally. The following files have been changed:"
git diff
exit 1
fi
Expand Down Expand Up @@ -126,5 +126,5 @@ workflows:
ignore: gh-pages
matrix:
parameters:
kubernetes_version: [1.16.15, 1.17.17, 1.18.20, 1.19.16, 1.20.15, 1.21.12, 1.22.9, 1.23.6, 1.24.0]
kubernetes_version: [1.17.17, 1.18.20, 1.19.16, 1.20.15, 1.21.12, 1.22.9, 1.23.6, 1.24.0]
chart: [litmus-core, litmus, kubernetes-chaos, kube-aws, kube-azure, kube-gcp]

0 comments on commit 4c484ff

Please sign in to comment.