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 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 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