ci(github-action): update bjw-s-labs/helm-charts-actions ( 20bc7b7 → 7becde5 )

This commit is contained in:
lab-assistant[bot] 2025-06-17 10:24:57 +00:00 committed by GitHub
parent b56c6ca8f8
commit 98e402a4ed
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@20bc7b763b136d7effd3cb8a336d247e9c8208c2
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@7becde57b30c339814c0c736d1eefb3c96dfb0be
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@20bc7b763b136d7effd3cb8a336d247e9c8208c2
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@7becde57b30c339814c0c736d1eefb3c96dfb0be
with:
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
outputFile: "charts/${{ matrix.chart }}/values.schema.json"