diff --git a/.github/workflows/chart-release-steps.yaml b/.github/workflows/chart-release-steps.yaml index 8425c1f0..0c52064f 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@e9fde93e56fb453f45e11dc0b35b9f96e6647291 + uses: bjw-s-labs/helm-charts-actions/get-chart-details@0650ac557e715e21879e179ff838059211815171 with: path: src/charts/${{ inputs.chart }} validateChartYaml: true @@ -131,7 +131,7 @@ jobs: # Package Helm chart # ---------------------------- - name: Dereference JSON schema before packaging - uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@e9fde93e56fb453f45e11dc0b35b9f96e6647291 + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@0650ac557e715e21879e179ff838059211815171 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 6241cf0a..7b46bfca 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -47,7 +47,7 @@ jobs: - name: Get chart details for PR id: chart-details-pr - uses: bjw-s-labs/helm-charts-actions/get-chart-details@e9fde93e56fb453f45e11dc0b35b9f96e6647291 + uses: bjw-s-labs/helm-charts-actions/get-chart-details@0650ac557e715e21879e179ff838059211815171 with: path: pull/charts/${{ matrix.chart }} validateChartYaml: true @@ -55,7 +55,7 @@ jobs: - name: Get chart details for default branch id: chart-details-default - uses: bjw-s-labs/helm-charts-actions/get-chart-details@e9fde93e56fb453f45e11dc0b35b9f96e6647291 + uses: bjw-s-labs/helm-charts-actions/get-chart-details@0650ac557e715e21879e179ff838059211815171 with: path: default/charts/${{ matrix.chart }} allowChartToNotExist: true diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index 2fb6909d..563e5f41 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -145,7 +145,7 @@ jobs: helm: "${{ inputs.helmVersion }}" - name: Dereference JSON schema - uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@e9fde93e56fb453f45e11dc0b35b9f96e6647291 + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@0650ac557e715e21879e179ff838059211815171 with: schemaFile: "charts/${{ matrix.chart }}/values.schema.json" outputFile: "charts/${{ matrix.chart }}/values.schema.json"