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 ( 2d1ad42 → 69fe81b )
This commit is contained in:
parent
9191546b64
commit
ff7a65d16a
3 changed files with 7 additions and 7 deletions
6
.github/workflows/charts-lint.yaml
vendored
6
.github/workflows/charts-lint.yaml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- name: Get chart details for PR
|
||||
id: chart-details-pr
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@2d1ad42f9c9435845e91c9720114af2e5dc8d919
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@69fe81b63d81eb6bc9df6898391949df81bb437a
|
||||
with:
|
||||
path: pull/charts/${{ matrix.chart }}
|
||||
validateChartYaml: true
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
|
||||
- name: Get chart details for default branch
|
||||
id: chart-details-default
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@2d1ad42f9c9435845e91c9720114af2e5dc8d919
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@69fe81b63d81eb6bc9df6898391949df81bb437a
|
||||
with:
|
||||
path: default/charts/${{ matrix.chart }}
|
||||
allowChartToNotExist: true
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
|
||||
|
||||
- name: Dereference JSON schema
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@2d1ad42f9c9435845e91c9720114af2e5dc8d919
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@69fe81b63d81eb6bc9df6898391949df81bb437a
|
||||
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