ci(github-action): update bjw-s-labs/helm-charts-actions ( eae1d53 → 63e0761 )

This commit is contained in:
lab-assistant[bot] 2025-05-07 09:24:00 +00:00 committed by GitHub
parent 97ec7bf9ae
commit eb345f6ef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 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@eae1d53e55cab5a290c8859cfd7827a36f93d667
uses: bjw-s-labs/helm-charts-actions/get-chart-details@63e0761ac789227b240e716c46a3d446f72c320a
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@eae1d53e55cab5a290c8859cfd7827a36f93d667
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@63e0761ac789227b240e716c46a3d446f72c320a
with:
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
outputFile: "src/charts/${{ inputs.chart }}/values.schema.json"

View file

@ -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@eae1d53e55cab5a290c8859cfd7827a36f93d667
uses: bjw-s-labs/helm-charts-actions/get-chart-details@63e0761ac789227b240e716c46a3d446f72c320a
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@eae1d53e55cab5a290c8859cfd7827a36f93d667
uses: bjw-s-labs/helm-charts-actions/get-chart-details@63e0761ac789227b240e716c46a3d446f72c320a
with:
path: default/charts/${{ matrix.chart }}
allowChartToNotExist: true

View file

@ -145,7 +145,7 @@ jobs:
helm: "${{ inputs.helmVersion }}"
- name: Dereference JSON schema
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@eae1d53e55cab5a290c8859cfd7827a36f93d667
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@63e0761ac789227b240e716c46a3d446f72c320a
with:
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
outputFile: "charts/${{ matrix.chart }}/values.schema.json"