ci(github-action): update bjw-s-labs/helm-charts-actions ( f317d57 → 2a4e972 )

This commit is contained in:
lab-assistant[bot] 2025-06-23 01:55:59 +00:00 committed by GitHub
parent d609cc94d4
commit 0f11a7df27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -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@f317d57e9421c7f131175c5bd5cb3e21b86efb91
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@2a4e9728398d7d6b44a4f0a7764da4ba569d3125
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@f317d57e9421c7f131175c5bd5cb3e21b86efb91
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@2a4e9728398d7d6b44a4f0a7764da4ba569d3125
with:
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
outputFile: "charts/${{ matrix.chart }}/values.schema.json"