diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index e2df0644..7f3a795b 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -73,7 +73,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.3.0 # We need cert-manager already installed in the cluster because we assume the CRDs exist - name: Install cert-manager diff --git a/.github/workflows/validate-chart.yaml b/.github/workflows/validate-chart.yaml index 2a3a0a21..909fa658 100644 --- a/.github/workflows/validate-chart.yaml +++ b/.github/workflows/validate-chart.yaml @@ -67,7 +67,7 @@ jobs: ct lint --config charts/.ci/ct-config.yaml - name: Create kind cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.3.0 if: steps.list-changed.outputs.changed == 'true' # We need cert-manager already installed in the cluster because we assume the CRDs exist