ci(github-action): update bjw-s-labs/helm-charts-actions ( 7becde5 → 94949e8 )

This commit is contained in:
lab-assistant[bot] 2025-06-19 10:24:11 +00:00 committed by GitHub
parent 98e402a4ed
commit 5dd4ebe814
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -82,7 +82,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@7becde57b30c339814c0c736d1eefb3c96dfb0be uses: bjw-s-labs/helm-charts-actions/get-chart-details@94949e8e9cccd3f8ee1f6847ae37fa4b94e09ab4
with: with:
path: src/charts/${{ inputs.chart }} path: src/charts/${{ inputs.chart }}
validateChartYaml: true validateChartYaml: true
@ -133,7 +133,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@7becde57b30c339814c0c736d1eefb3c96dfb0be uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@94949e8e9cccd3f8ee1f6847ae37fa4b94e09ab4
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"

View file

@ -49,7 +49,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@7becde57b30c339814c0c736d1eefb3c96dfb0be uses: bjw-s-labs/helm-charts-actions/get-chart-details@94949e8e9cccd3f8ee1f6847ae37fa4b94e09ab4
with: with:
path: pull/charts/${{ matrix.chart }} path: pull/charts/${{ matrix.chart }}
validateChartYaml: true validateChartYaml: true
@ -57,7 +57,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@7becde57b30c339814c0c736d1eefb3c96dfb0be uses: bjw-s-labs/helm-charts-actions/get-chart-details@94949e8e9cccd3f8ee1f6847ae37fa4b94e09ab4
with: with:
path: default/charts/${{ matrix.chart }} path: default/charts/${{ matrix.chart }}
allowChartToNotExist: true allowChartToNotExist: true
@ -120,7 +120,7 @@ jobs:
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
- name: Dereference JSON schema - name: Dereference JSON schema
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@7becde57b30c339814c0c736d1eefb3c96dfb0be uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@94949e8e9cccd3f8ee1f6847ae37fa4b94e09ab4
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"

View file

@ -77,7 +77,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@7becde57b30c339814c0c736d1eefb3c96dfb0be uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@94949e8e9cccd3f8ee1f6847ae37fa4b94e09ab4
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"
@ -149,7 +149,7 @@ jobs:
helm: "${{ inputs.helmVersion }}" helm: "${{ inputs.helmVersion }}"
- name: Dereference JSON schema - name: Dereference JSON schema
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@7becde57b30c339814c0c736d1eefb3c96dfb0be uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@94949e8e9cccd3f8ee1f6847ae37fa4b94e09ab4
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"