From 0363bab89fb43ecb8623357ee7613bcc2059853e Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Thu, 26 Aug 2021 17:24:21 +0200 Subject: [PATCH] update chart Signed-off-by: Carlos Panato --- .github/workflows/helm-ci.yaml | 2 +- chart/cosigned/Chart.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-ci.yaml b/.github/workflows/helm-ci.yaml index 81fca5c4dc85..e71fa42be294 100644 --- a/.github/workflows/helm-ci.yaml +++ b/.github/workflows/helm-ci.yaml @@ -59,7 +59,7 @@ jobs: uses: helm/chart-testing-action@v2.0.1 - name: Run chart-testing (lint) - run: ct lint --check-version-increment="false" --config chart/ct.yaml + run: ct lint --config chart/ct.yaml - name: Create kind cluster uses: helm/kind-action@v1.2.0 diff --git a/chart/cosigned/Chart.yaml b/chart/cosigned/Chart.yaml index f72f96cf5b8b..a12bf0ae488a 100644 --- a/chart/cosigned/Chart.yaml +++ b/chart/cosigned/Chart.yaml @@ -11,6 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + apiVersion: v2 description: The Helm chart for Cosigned home: https://github.com/sigstore/cosign @@ -18,7 +19,7 @@ sources: - https://github.com/sigstore/cosign name: cosigned type: application -version: v0.0.0-dev +version: v0.0.1-dev appVersion: "dev" maintainers: - name: dlorenc