mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
ci(github-action): update bjw-s-labs/helm-charts-actions ( f185224 → a30cf0f )
This commit is contained in:
parent
3c60eb5e97
commit
24796bd6b9
3 changed files with 7 additions and 7 deletions
4
.github/workflows/chart-release-steps.yaml
vendored
4
.github/workflows/chart-release-steps.yaml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
# ----------------------------
|
||||
- name: Get chart details
|
||||
id: chart-details
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@f185224f8a1de24e1449f9d66833f405a22866e7
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@a30cf0f6e1c5c456d90358c359e915287391b080
|
||||
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@f185224f8a1de24e1449f9d66833f405a22866e7
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@a30cf0f6e1c5c456d90358c359e915287391b080
|
||||
with:
|
||||
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||
outputFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue