diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3da4330d..4056df2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,14 +28,6 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@v2.1.0 - - name: Run chart-testing (list-changed) - id: list-changed - run: | - changed=$(ct list-changed --config ct.yaml) - if [[ -n "$changed" ]]; then - echo "::set-output name=changed::true" - fi - - name: Run chart-testing (lint) run: ct lint --config ct.yaml @@ -44,7 +36,6 @@ jobs: - name: Create KIND Cluster uses: helm/kind-action@v1.2.0 - if: steps.list-changed.outputs.changed == 'true' - name: Install Ingress Controller run: "helm install ingress-nginx/ingress-nginx --generate-name --set controller.service.type='NodePort' --set controller.admissionWebhooks.enabled=false" diff --git a/README.md b/README.md index a6221a18..1c99d626 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Helm Charts +[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/sigstore)](https://artifacthub.io/packages/search?repo=sigstore) + [Helm](https://helm.sh) Charts to support the [Sigstore](https://sigstore.dev) project.