mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
ci(github-action): update bjw-s-labs/helm-charts-actions ( 8bff3ed → 36a319a )
This commit is contained in:
parent
08c710bddd
commit
d6e5ff8424
3 changed files with 5 additions and 5 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@8bff3ed63e12414f552e9970e604a135ad58f1e7
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@36a319a4ae4aa16b511cf2528471748477193d64
|
||||
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@8bff3ed63e12414f552e9970e604a135ad58f1e7
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@36a319a4ae4aa16b511cf2528471748477193d64
|
||||
with:
|
||||
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||
outputFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||
|
|
4
.github/workflows/charts-lint.yaml
vendored
4
.github/workflows/charts-lint.yaml
vendored
|
@ -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@8bff3ed63e12414f552e9970e604a135ad58f1e7
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@36a319a4ae4aa16b511cf2528471748477193d64
|
||||
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@8bff3ed63e12414f552e9970e604a135ad58f1e7
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@36a319a4ae4aa16b511cf2528471748477193d64
|
||||
with:
|
||||
path: default/charts/${{ matrix.chart }}
|
||||
allowChartToNotExist: true
|
||||
|
|
2
.github/workflows/charts-test.yaml
vendored
2
.github/workflows/charts-test.yaml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
|||
helm: "${{ inputs.helmVersion }}"
|
||||
|
||||
- name: Dereference JSON schema
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@8bff3ed63e12414f552e9970e604a135ad58f1e7
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@36a319a4ae4aa16b511cf2528471748477193d64
|
||||
with:
|
||||
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue