mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
ci(github-action): pin dependencies
This commit is contained in:
parent
951db69192
commit
072fb7f5fa
4 changed files with 8 additions and 8 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@2025.2.0
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@591cde3b4648e4228e8097a39b1276c6b8824655
|
||||
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@2025.2.0
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@591cde3b4648e4228e8097a39b1276c6b8824655
|
||||
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