From 73826c130ac19fadb82d12508b0ccc7b9f88669a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 10 Oct 2024 00:17:30 +0000 Subject: [PATCH] Commit daily changes Signed-off-by: TrueCharts-Bot --- .github/lint-conf.yaml | 6 +++--- .github/workflows/common-tests.yaml | 1 - charts/library/common/test-chart/Chart.yaml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/lint-conf.yaml b/.github/lint-conf.yaml index 90f48c889bb..b9eb34ff2da 100644 --- a/.github/lint-conf.yaml +++ b/.github/lint-conf.yaml @@ -21,7 +21,7 @@ rules: require-starting-space: true min-spaces-from-content: 2 document-end: disable - document-start: disable # No --- to start a file + document-start: disable # No --- to start a file empty-lines: max: 2 max-start: 0 @@ -30,10 +30,10 @@ rules: max-spaces-after: 1 indentation: spaces: consistent - indent-sequences: whatever # - list indentation will handle both indentation and without + indent-sequences: whatever # - list indentation will handle both indentation and without check-multi-line-strings: false key-duplicates: enable - line-length: disable # Lines can be any length + line-length: disable # Lines can be any length new-line-at-end-of-file: enable new-lines: type: unix diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index d2444a7bc13..6d61090d2c7 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -243,4 +243,3 @@ jobs: echo -e "\n\n--===PODLOGS===--\n\n" cat /tmp/output.log rm -f /tmp/output.log - diff --git a/charts/library/common/test-chart/Chart.yaml b/charts/library/common/test-chart/Chart.yaml index 53e3d323945..264ea43881f 100644 --- a/charts/library/common/test-chart/Chart.yaml +++ b/charts/library/common/test-chart/Chart.yaml @@ -22,7 +22,7 @@ keywords: - truecharts - common - test -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org