From 2cd79c6816d29ea69d448fe90bcafe10907333e9 Mon Sep 17 00:00:00 2001 From: Lucas Severo Alves Date: Mon, 4 Jul 2022 18:19:09 +0200 Subject: [PATCH 1/3] =?UTF-8?q?chart=20path=20can=C2=B4t=20be=20relative?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ci/ct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci/ct.yaml b/.github/ci/ct.yaml index 72cc0603c..e71665a89 100644 --- a/.github/ci/ct.yaml +++ b/.github/ci/ct.yaml @@ -1,5 +1,5 @@ chart-dirs: - - ./charts + - charts helm-extra-args: "--timeout=5m" check-version-increment: false target-branch: master From d75e9e8c4e4fe2336f8309154d87d3c5c3ea1403 Mon Sep 17 00:00:00 2001 From: Lucas Severo Alves Date: Mon, 4 Jul 2022 18:26:28 +0200 Subject: [PATCH 2/3] fix comment space lint issue --- charts/descheduler/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/descheduler/values.yaml b/charts/descheduler/values.yaml index 36c4ef87a..acc743748 100644 --- a/charts/descheduler/values.yaml +++ b/charts/descheduler/values.yaml @@ -31,9 +31,9 @@ commonLabels: {} cronJobApiVersion: "batch/v1" # Use "batch/v1beta1" for k8s version < 1.21.0. TODO(@7i) remove with 1.23 release schedule: "*/2 * * * *" suspend: false -#startingDeadlineSeconds: 200 -#successfulJobsHistoryLimit: 1 -#failedJobsHistoryLimit: 1 +# startingDeadlineSeconds: 200 +# successfulJobsHistoryLimit: 1 +# failedJobsHistoryLimit: 1 # Required when running as a Deployment deschedulingInterval: 5m From df65157a3b7731674448ae0b651750ae16223edd Mon Sep 17 00:00:00 2001 From: Lucas Severo Alves Date: Wed, 6 Jul 2022 20:09:07 +0200 Subject: [PATCH 3/3] disable vcs maintainer check --- .github/workflows/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 5e9d07a38..c81e822cd 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -41,4 +41,4 @@ jobs: fi - name: Run chart-testing (lint) - run: ct lint --config=.github/ci/ct.yaml + run: ct lint --config=.github/ci/ct.yaml --validate-maintainers=false