diff --git a/.github/workflows/chart-release-steps.yaml b/.github/workflows/chart-release-steps.yaml index 3ba8ebaa..e27705a4 100644 --- a/.github/workflows/chart-release-steps.yaml +++ b/.github/workflows/chart-release-steps.yaml @@ -82,7 +82,7 @@ jobs: # ---------------------------- - name: Get chart details id: chart-details - uses: bjw-s-labs/helm-charts-actions/get-chart-details@c4d9bd29f35efdf85c8eaffb7ecbb201c035bd82 + uses: bjw-s-labs/helm-charts-actions/get-chart-details@98c2a96c8d0780977232c0fe4b66cf1f57662736 with: path: src/charts/${{ inputs.chart }} validateChartYaml: true @@ -133,7 +133,7 @@ jobs: # Package Helm chart # ---------------------------- - name: Dereference JSON schema before packaging - uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@c4d9bd29f35efdf85c8eaffb7ecbb201c035bd82 + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@98c2a96c8d0780977232c0fe4b66cf1f57662736 with: schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json" outputFile: "src/charts/${{ inputs.chart }}/values.schema.json" diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index cdebef8a..db2043d7 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -49,7 +49,7 @@ jobs: - name: Get chart details for PR id: chart-details-pr - uses: bjw-s-labs/helm-charts-actions/get-chart-details@c4d9bd29f35efdf85c8eaffb7ecbb201c035bd82 + uses: bjw-s-labs/helm-charts-actions/get-chart-details@98c2a96c8d0780977232c0fe4b66cf1f57662736 with: path: pull/charts/${{ matrix.chart }} validateChartYaml: true @@ -57,7 +57,7 @@ jobs: - name: Get chart details for default branch id: chart-details-default - uses: bjw-s-labs/helm-charts-actions/get-chart-details@c4d9bd29f35efdf85c8eaffb7ecbb201c035bd82 + uses: bjw-s-labs/helm-charts-actions/get-chart-details@98c2a96c8d0780977232c0fe4b66cf1f57662736 with: path: default/charts/${{ matrix.chart }} allowChartToNotExist: true @@ -120,7 +120,7 @@ jobs: uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 - name: Dereference JSON schema - uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@c4d9bd29f35efdf85c8eaffb7ecbb201c035bd82 + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@98c2a96c8d0780977232c0fe4b66cf1f57662736 with: schemaFile: "charts/${{ matrix.chart }}/values.schema.json" outputFile: "charts/${{ matrix.chart }}/values.schema.json" diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index b95d5b33..6eafc18a 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -77,7 +77,7 @@ jobs: kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true - name: Dereference JSON schema - uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@c4d9bd29f35efdf85c8eaffb7ecbb201c035bd82 + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@98c2a96c8d0780977232c0fe4b66cf1f57662736 with: schemaFile: "charts/${{ matrix.chart }}/values.schema.json" outputFile: "charts/${{ matrix.chart }}/values.schema.json" @@ -149,7 +149,7 @@ jobs: helm: "${{ inputs.helmVersion }}" - name: Dereference JSON schema - uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@c4d9bd29f35efdf85c8eaffb7ecbb201c035bd82 + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@98c2a96c8d0780977232c0fe4b66cf1f57662736 with: schemaFile: "charts/${{ matrix.chart }}/values.schema.json" outputFile: "charts/${{ matrix.chart }}/values.schema.json"