mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
feat(app-template): Release version 3.7.1
This commit is contained in:
parent
b93c4199f7
commit
99080ed6e5
3 changed files with 13 additions and 7 deletions
8
.github/workflows/charts-release-steps.yaml
vendored
8
.github/workflows/charts-release-steps.yaml
vendored
|
@ -49,6 +49,14 @@ on:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
report-changes:
|
||||||
|
name: Report changes
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- name: Report changes
|
||||||
|
run: |
|
||||||
|
echo "Charts to package: ${{ inputs.charts }}"
|
||||||
|
|
||||||
package-charts:
|
package-charts:
|
||||||
name: Package charts
|
name: Package charts
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
12
.github/workflows/charts-release.yaml
vendored
12
.github/workflows/charts-release.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
repoConfiguration: ${{ steps.repo-config.outputs.config }}
|
repoConfiguration: ${{ steps.repo-config.outputs.config }}
|
||||||
libraryChartsToRelease: ${{ steps.changed-library-charts.outputs.all_changed_files }}
|
libraryChartsToRelease: ${{ steps.changed-library-charts.outputs.all_changed_files }}
|
||||||
applicationChartsToRelease: ${{ steps.changed-charts.outputs.all_changed_files }}
|
otherChartsToRelease: ${{ steps.changed-charts.outputs.all_changed_files }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -75,13 +75,11 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- prepare
|
- prepare
|
||||||
- release-library-charts
|
- release-library-charts
|
||||||
if: >-
|
if: |
|
||||||
${{
|
${{
|
||||||
always() &&
|
always() &&
|
||||||
needs.prepare.outputs.applicationChartsToRelease != '[]' &&
|
!failure() && !cancelled() &&
|
||||||
(
|
needs.prepare.outputs.otherChartsToRelease != '[]'
|
||||||
contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
|
|
||||||
)
|
|
||||||
}}
|
}}
|
||||||
uses: ./.github/workflows/charts-release-steps.yaml
|
uses: ./.github/workflows/charts-release-steps.yaml
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -90,6 +88,6 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
with:
|
with:
|
||||||
charts: ${{ needs.prepare.outputs.applicationChartsToRelease }}
|
charts: ${{ needs.prepare.outputs.otherChartsToRelease }}
|
||||||
excludedChartsRelease: ${{ toJSON(fromJSON(needs.prepare.outputs.repoConfiguration).excluded-charts-release) }}
|
excludedChartsRelease: ${{ toJSON(fromJSON(needs.prepare.outputs.repoConfiguration).excluded-charts-release) }}
|
||||||
ghPagesBranch: gh-pages
|
ghPagesBranch: gh-pages
|
||||||
|
|
0
charts/other/app-template/dummy
Normal file
0
charts/other/app-template/dummy
Normal file
Loading…
Add table
Add a link
Reference in a new issue