mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-01 23:57:04 +02:00
ci(github-action): update bjw-s-labs/helm-charts-actions ( da027f8 → 1fc2e0c )
This commit is contained in:
parent
5351ac2daa
commit
88ea40bfa6
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
|
@ -73,7 +73,7 @@ jobs:
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
- name: Get chart details
|
- name: Get chart details
|
||||||
id: chart-details
|
id: chart-details
|
||||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@da027f8c4da052b7e1e768a444a3d05a18b4ce0a
|
uses: bjw-s-labs/helm-charts-actions/get-chart-details@1fc2e0cffaa3af76c6b4f4b66a1b45072b877dbe
|
||||||
with:
|
with:
|
||||||
path: src/charts/${{ inputs.chart }}
|
path: src/charts/${{ inputs.chart }}
|
||||||
validateChartYaml: true
|
validateChartYaml: true
|
||||||
|
@ -124,7 +124,7 @@ jobs:
|
||||||
# Package Helm chart
|
# Package Helm chart
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
- name: Dereference JSON schema before packaging
|
- name: Dereference JSON schema before packaging
|
||||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@da027f8c4da052b7e1e768a444a3d05a18b4ce0a
|
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@1fc2e0cffaa3af76c6b4f4b66a1b45072b877dbe
|
||||||
with:
|
with:
|
||||||
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||||
outputFile: "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
|
@ -43,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get chart details for PR
|
- name: Get chart details for PR
|
||||||
id: chart-details-pr
|
id: chart-details-pr
|
||||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@da027f8c4da052b7e1e768a444a3d05a18b4ce0a
|
uses: bjw-s-labs/helm-charts-actions/get-chart-details@1fc2e0cffaa3af76c6b4f4b66a1b45072b877dbe
|
||||||
with:
|
with:
|
||||||
path: pull/charts/${{ matrix.chart }}
|
path: pull/charts/${{ matrix.chart }}
|
||||||
validateChartYaml: true
|
validateChartYaml: true
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get chart details for default branch
|
- name: Get chart details for default branch
|
||||||
id: chart-details-default
|
id: chart-details-default
|
||||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@da027f8c4da052b7e1e768a444a3d05a18b4ce0a
|
uses: bjw-s-labs/helm-charts-actions/get-chart-details@1fc2e0cffaa3af76c6b4f4b66a1b45072b877dbe
|
||||||
with:
|
with:
|
||||||
path: default/charts/${{ matrix.chart }}
|
path: default/charts/${{ matrix.chart }}
|
||||||
allowChartToNotExist: true
|
allowChartToNotExist: true
|
||||||
|
@ -106,7 +106,7 @@ jobs:
|
||||||
uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
|
uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
|
||||||
|
|
||||||
- name: Dereference JSON schema
|
- name: Dereference JSON schema
|
||||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@da027f8c4da052b7e1e768a444a3d05a18b4ce0a
|
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@1fc2e0cffaa3af76c6b4f4b66a1b45072b877dbe
|
||||||
with:
|
with:
|
||||||
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||||
outputFile: "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
|
@ -65,7 +65,7 @@ jobs:
|
||||||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
||||||
|
|
||||||
- name: Dereference JSON schema
|
- name: Dereference JSON schema
|
||||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@da027f8c4da052b7e1e768a444a3d05a18b4ce0a
|
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@1fc2e0cffaa3af76c6b4f4b66a1b45072b877dbe
|
||||||
with:
|
with:
|
||||||
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||||
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||||
|
@ -133,7 +133,7 @@ jobs:
|
||||||
uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
|
uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
|
||||||
|
|
||||||
- name: Dereference JSON schema
|
- name: Dereference JSON schema
|
||||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@da027f8c4da052b7e1e768a444a3d05a18b4ce0a
|
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@1fc2e0cffaa3af76c6b4f4b66a1b45072b877dbe
|
||||||
with:
|
with:
|
||||||
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||||
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue