From 08c710bdddea40f0d3dbd560408dfe3183f871b1 Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 06:31:00 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20bjw-s-labs/helm-c?= =?UTF-8?q?harts-actions=20(=20d933fc2=20=E2=86=92=208bff3ed=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chart-release-steps.yaml | 4 ++-- .github/workflows/charts-lint.yaml | 4 ++-- .github/workflows/charts-test.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/chart-release-steps.yaml b/.github/workflows/chart-release-steps.yaml index bbfe2188..41de74fa 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@d933fc259b576b36f152134f21e73fd9867c6fde + uses: bjw-s-labs/helm-charts-actions/get-chart-details@8bff3ed63e12414f552e9970e604a135ad58f1e7 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@d933fc259b576b36f152134f21e73fd9867c6fde + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@8bff3ed63e12414f552e9970e604a135ad58f1e7 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 e6086011..3eb5e5dc 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@d933fc259b576b36f152134f21e73fd9867c6fde + uses: bjw-s-labs/helm-charts-actions/get-chart-details@8bff3ed63e12414f552e9970e604a135ad58f1e7 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@d933fc259b576b36f152134f21e73fd9867c6fde + uses: bjw-s-labs/helm-charts-actions/get-chart-details@8bff3ed63e12414f552e9970e604a135ad58f1e7 with: path: default/charts/${{ matrix.chart }} allowChartToNotExist: true diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index 9f8d72f3..fc84df97 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@d933fc259b576b36f152134f21e73fd9867c6fde + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@8bff3ed63e12414f552e9970e604a135ad58f1e7 with: schemaFile: "charts/${{ matrix.chart }}/values.schema.json" outputFile: "charts/${{ matrix.chart }}/values.schema.json"