mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
ci: Move actions to separate repo (#29)
* ci: Move actions to separate repo * ci: Remove dependency on main branch
This commit is contained in:
parent
19f964cc3c
commit
567ba7650a
35 changed files with 10 additions and 77582 deletions
4
.github/workflows/charts-lint.yaml
vendored
4
.github/workflows/charts-lint.yaml
vendored
|
@ -36,13 +36,13 @@ jobs:
|
|||
ref: ${{ inputs.checkoutCommit }}
|
||||
|
||||
- name: Verify chart version
|
||||
uses: ./.github/actions/verify-chart-version
|
||||
uses: bjw-s/helm-charts-actions/verify-chart-version@main
|
||||
id: verify-chart-version
|
||||
with:
|
||||
chart: "charts/${{ matrix.chart }}"
|
||||
|
||||
- name: Verify chart changelog
|
||||
uses: ./.github/actions/verify-chart-changelog
|
||||
uses: bjw-s/helm-charts-actions/verify-chart-changelog@main
|
||||
if: inputs.isRenovatePR != 'true'
|
||||
id: verify-chart-changelog
|
||||
with:
|
||||
|
|
4
.github/workflows/charts-release.yaml
vendored
4
.github/workflows/charts-release.yaml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Collect charts to release
|
||||
uses: ./.github/actions/collect-charts
|
||||
uses: bjw-s/helm-charts-actions/collect-charts@main
|
||||
id: collect-charts
|
||||
with:
|
||||
repoConfigFile: ./.ci/repo-config.yaml
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
release-github-pages:
|
||||
name: Release Charts to GitHub pages
|
||||
uses: bjw-s/helm-charts/.github/workflows/charts-release-ghpages.yaml@main
|
||||
uses: ./.github/workflows/charts-release-ghpages.yaml
|
||||
needs:
|
||||
- prepare
|
||||
with:
|
||||
|
|
2
.github/workflows/pr-metadata.yaml
vendored
2
.github/workflows/pr-metadata.yaml
vendored
|
@ -73,5 +73,5 @@ jobs:
|
|||
- added|modified: '**'
|
||||
|
||||
- name: Collect changed charts
|
||||
uses: ./.github/actions/collect-charts
|
||||
uses: bjw-s/helm-charts-actions/collect-charts@main
|
||||
id: changed-charts
|
||||
|
|
10
.github/workflows/pr-validate.yaml
vendored
10
.github/workflows/pr-validate.yaml
vendored
|
@ -18,17 +18,17 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
pr-metadata:
|
||||
uses: bjw-s/helm-charts/.github/workflows/pr-metadata.yaml@main
|
||||
uses: ./.github/workflows/pr-metadata.yaml
|
||||
|
||||
pre-commit-check:
|
||||
uses: bjw-s/helm-charts/.github/workflows/pre-commit-check.yaml@main
|
||||
uses: ./.github/workflows/pre-commit-check.yaml
|
||||
needs:
|
||||
- pr-metadata
|
||||
with:
|
||||
modifiedFiles: ${{ needs.pr-metadata.outputs.addedOrModifiedFiles }}
|
||||
|
||||
charts-lint:
|
||||
uses: bjw-s/helm-charts/.github/workflows/charts-lint.yaml@main
|
||||
uses: ./.github/workflows/charts-lint.yaml
|
||||
needs:
|
||||
- pr-metadata
|
||||
with:
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
isRenovatePR: ${{ needs.pr-metadata.outputs.isRenovatePR }}
|
||||
|
||||
charts-test:
|
||||
uses: bjw-s/helm-charts/.github/workflows/charts-test.yaml@main
|
||||
uses: ./.github/workflows/charts-test.yaml
|
||||
needs:
|
||||
- pr-metadata
|
||||
with:
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
chartsToTest: ${{ needs.pr-metadata.outputs.chartsToInstall }}
|
||||
|
||||
library-charts-test:
|
||||
uses: bjw-s/helm-charts/.github/workflows/charts-test.yaml@main
|
||||
uses: ./.github/workflows/charts-test.yaml
|
||||
needs:
|
||||
- pr-metadata
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue