mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
ci(github-action)!: Update ubuntu ( 22.04 → 24.04 ) (#410)
This commit is contained in:
parent
e669662d07
commit
29582f4ff9
6 changed files with 10 additions and 10 deletions
2
.github/workflows/chart-release-steps.yaml
vendored
2
.github/workflows/chart-release-steps.yaml
vendored
|
@ -47,7 +47,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
release-chart:
|
release-chart:
|
||||||
name: Release chart
|
name: Release chart
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pages: write
|
pages: write
|
||||||
|
|
4
.github/workflows/charts-lint.yaml
vendored
4
.github/workflows/charts-lint.yaml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
(inputs.charts != '[]' && inputs.charts != '') &&
|
(inputs.charts != '[]' && inputs.charts != '') &&
|
||||||
github.event_name == 'pull_request'
|
github.event_name == 'pull_request'
|
||||||
}}
|
}}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout pull request branch
|
- name: Checkout pull request branch
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
@ -100,7 +100,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
needs:
|
needs:
|
||||||
- validate_success
|
- validate_success
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
|
@ -23,7 +23,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
name: Prepare data required for workflow
|
name: Prepare data required for workflow
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
outputs:
|
outputs:
|
||||||
libraryChartsToRelease: ${{ steps.filtered-charts.outputs.libraryChartsToRelease }}
|
libraryChartsToRelease: ${{ steps.filtered-charts.outputs.libraryChartsToRelease }}
|
||||||
otherChartsToRelease: ${{ steps.filtered-charts.outputs.otherChartsToRelease }}
|
otherChartsToRelease: ${{ steps.filtered-charts.outputs.otherChartsToRelease }}
|
||||||
|
|
4
.github/workflows/charts-test.yaml
vendored
4
.github/workflows/charts-test.yaml
vendored
|
@ -23,7 +23,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
install-chart:
|
install-chart:
|
||||||
name: Install chart
|
name: Install chart
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -118,7 +118,7 @@ jobs:
|
||||||
|
|
||||||
unittest-chart:
|
unittest-chart:
|
||||||
name: Unit-test chart
|
name: Unit-test chart
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
4
.github/workflows/docs-release.yaml
vendored
4
.github/workflows/docs-release.yaml
vendored
|
@ -19,7 +19,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
name: Build documentation
|
name: Build documentation
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
@ -56,7 +56,7 @@ jobs:
|
||||||
|
|
||||||
publish-docs:
|
publish-docs:
|
||||||
name: Publish documentation
|
name: Publish documentation
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- build-docs
|
- build-docs
|
||||||
permissions:
|
permissions:
|
||||||
|
|
4
.github/workflows/pr-validate.yaml
vendored
4
.github/workflows/pr-validate.yaml
vendored
|
@ -18,7 +18,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
name: Prepare data required for workflow
|
name: Prepare data required for workflow
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
outputs:
|
outputs:
|
||||||
repoConfiguration: ${{ steps.repo-config.outputs.config }}
|
repoConfiguration: ${{ steps.repo-config.outputs.config }}
|
||||||
addedOrModifiedFiles: ${{ steps.added-modified-files.outputs.all_changed_files }}
|
addedOrModifiedFiles: ${{ steps.added-modified-files.outputs.all_changed_files }}
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
|
|
||||||
pre-commit-check:
|
pre-commit-check:
|
||||||
name: Perform Pre-Commit check
|
name: Perform Pre-Commit check
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- prepare
|
- prepare
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue