diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index 466484d71..064d2de31 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -37,7 +37,7 @@ jobs: fi - name: Run chart-testing (lint) - run: ct lint --check-version-increment false + run: ct lint --check-version-increment=false - name: Create Kind cluster uses: helm/kind-action@v1.2.0 diff --git a/charts/external-dns/Chart.yaml b/charts/external-dns/Chart.yaml index 4b3fcca3a..eda102a0f 100644 --- a/charts/external-dns/Chart.yaml +++ b/charts/external-dns/Chart.yaml @@ -18,4 +18,4 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "Allow specifying Service annotations" + description: "Allow specifying Service annotations."