mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-02 08:07:04 +02:00
ci(github-action): update bjw-s-labs/helm-charts-actions ( 901809d → e853964 )
This commit is contained in:
parent
a0745f1bf4
commit
a8d48a1924
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@901809d6280a614da2e1fa9e0b3c41e494f33cf0
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@e853964793baf4104b8edf31c12266530194b4ec
|
||||
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@901809d6280a614da2e1fa9e0b3c41e494f33cf0
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@e853964793baf4104b8edf31c12266530194b4ec
|
||||
with:
|
||||
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||
outputFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||
|
|
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@901809d6280a614da2e1fa9e0b3c41e494f33cf0
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@e853964793baf4104b8edf31c12266530194b4ec
|
||||
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@901809d6280a614da2e1fa9e0b3c41e494f33cf0
|
||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@e853964793baf4104b8edf31c12266530194b4ec
|
||||
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@901809d6280a614da2e1fa9e0b3c41e494f33cf0
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@e853964793baf4104b8edf31c12266530194b4ec
|
||||
with:
|
||||
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||
|
|
4
.github/workflows/charts-test.yaml
vendored
4
.github/workflows/charts-test.yaml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
||||
|
||||
- name: Dereference JSON schema
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@901809d6280a614da2e1fa9e0b3c41e494f33cf0
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@e853964793baf4104b8edf31c12266530194b4ec
|
||||
with:
|
||||
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||
|
@ -149,7 +149,7 @@ jobs:
|
|||
helm: "${{ inputs.helmVersion }}"
|
||||
|
||||
- name: Dereference JSON schema
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@901809d6280a614da2e1fa9e0b3c41e494f33cf0
|
||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@e853964793baf4104b8edf31c12266530194b4ec
|
||||
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