ci(github-action): update bjw-s-labs/helm-charts-actions ( 8fac11e → 53e63a5 )

This commit is contained in:
lab-assistant[bot] 2025-05-16 20:23:25 +00:00 committed by GitHub
parent a18ef5ff21
commit 1e286b08be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -82,7 +82,7 @@ jobs:
# ----------------------------
- name: Get chart details
id: chart-details
uses: bjw-s-labs/helm-charts-actions/get-chart-details@8fac11e918715de7533586206db0512ee6d2cbbd
uses: bjw-s-labs/helm-charts-actions/get-chart-details@53e63a585e7f02979827a3100c1a45bc96861824
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@8fac11e918715de7533586206db0512ee6d2cbbd
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@53e63a585e7f02979827a3100c1a45bc96861824
with:
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
outputFile: "src/charts/${{ inputs.chart }}/values.schema.json"