-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Alfresco/alfresco-build-tools from 5.13.0 to 5.13.1
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](Alfresco/alfresco-build-tools@v5.13.0...v5.13.1) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6fc5619
commit 1fa120c
Showing
9 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,9 +52,9 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Regenerate helm docs if necessary | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
pre-commit-args: helm-docs || true | ||
skip_checkout: "true" | ||
|
@@ -107,9 +107,9 @@ jobs: | |
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} | ||
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Regenerate helm docs if necessary | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
pre-commit-args: helm-docs || true | ||
skip_checkout: "true" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].1 | ||
with: | ||
compose_file_path: docker-compose/community-docker-compose.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
steps: | ||
- name: Verify docker-compose | ||
uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].1 | ||
timeout-minutes: 10 | ||
with: | ||
compose_file_path: docker-compose/${{ matrix.compose_file }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
password: ${{ secrets.DOCKER_PASSWORD }} | ||
|
||
- name: Setup cluster | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
ingress-nginx-ref: controller-v1.8.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
password: ${{ secrets.QUAY_PASSWORD }} | ||
|
||
- name: Setup cluster | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
ingress-nginx-ref: controller-v1.8.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
! grep -e "-alpha" -e "-SNAPSHOT" helm/${{ matrix.charts }}/Chart.yaml | ||
- name: Publish chart | ||
uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].1 | ||
with: | ||
chart_name: ${{ matrix.charts }} | ||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,11 +39,11 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
chart-dir: helm/${{ matrix.charts.name }} | ||
- uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
plugin_url: https://github.com/helm-unittest/helm-unittest | ||
- run: | | ||
|
@@ -58,11 +58,11 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
chart-dir: helm/${{ matrix.charts.name }} | ||
- uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
chart-dir: helm/${{ matrix.charts.name }} | ||
helm-options: --values tests/values/test_values.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ jobs: | |
name: Run pre-commit | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Add dependency chart repos | ||
run: | | ||
helm repo add alfresco-helm-charts https://alfresco.github.io/alfresco-helm-charts | ||
|