This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 2757074 Update default versions in ct.sh
2757074 is described below
commit 275707476365b9b8426b4e97a1c9285104544fa7
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Dec 11 14:47:26 2023 +0200
Update default versions in ct.sh
---
.github/actions/chart-testing-action/ct.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/actions/chart-testing-action/ct.sh
b/.github/actions/chart-testing-action/ct.sh
index e07b1be..47741ef 100755
--- a/.github/actions/chart-testing-action/ct.sh
+++ b/.github/actions/chart-testing-action/ct.sh
@@ -35,9 +35,9 @@ set -o errexit
set -o nounset
set -o pipefail
-DEFAULT_CHART_TESTING_VERSION=v3.7.1
-DEFAULT_YAMLLINT_VERSION=1.27.1
-DEFAULT_YAMALE_VERSION=3.0.4
+DEFAULT_CHART_TESTING_VERSION=v3.10.1
+DEFAULT_YAMLLINT_VERSION=1.33.0
+DEFAULT_YAMALE_VERSION=4.0.4
show_help() {
cat << EOF