From d609cc94d48365ff15bb0dfec2cee8d9dbdf77e6 Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:20:45 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20bjw-s-labs/helm-c?= =?UTF-8?q?harts-actions=20(=20a560fa2=20=E2=86=92=20f317d57=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 | 6 +++--- .github/workflows/charts-test.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/chart-release-steps.yaml b/.github/workflows/chart-release-steps.yaml index 75f2cada..7e34377e 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@a560fa2e1a1718226d802b0f78cc1e4a265a80bf + uses: bjw-s-labs/helm-charts-actions/get-chart-details@f317d57e9421c7f131175c5bd5cb3e21b86efb91 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@a560fa2e1a1718226d802b0f78cc1e4a265a80bf + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@f317d57e9421c7f131175c5bd5cb3e21b86efb91 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 d0d36c10..fc052465 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@a560fa2e1a1718226d802b0f78cc1e4a265a80bf + uses: bjw-s-labs/helm-charts-actions/get-chart-details@f317d57e9421c7f131175c5bd5cb3e21b86efb91 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@a560fa2e1a1718226d802b0f78cc1e4a265a80bf + uses: bjw-s-labs/helm-charts-actions/get-chart-details@f317d57e9421c7f131175c5bd5cb3e21b86efb91 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@a560fa2e1a1718226d802b0f78cc1e4a265a80bf + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@f317d57e9421c7f131175c5bd5cb3e21b86efb91 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 e44f0462..ad401da3 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@a560fa2e1a1718226d802b0f78cc1e4a265a80bf + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@f317d57e9421c7f131175c5bd5cb3e21b86efb91 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@a560fa2e1a1718226d802b0f78cc1e4a265a80bf + uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@f317d57e9421c7f131175c5bd5cb3e21b86efb91 with: schemaFile: "charts/${{ matrix.chart }}/values.schema.json" outputFile: "charts/${{ matrix.chart }}/values.schema.json"