Skip to content

Commit

Permalink
OPSEXP-2109 Update alfresco-build-tools actions (#934)
Browse files Browse the repository at this point in the history
[actions skip]
  • Loading branch information
gionn authored May 26, 2023
1 parent 27b4a0e commit bc4fbf8
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-compose-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- 'docker-compose/community-docker-compose.yml'
- 'test/postman/docker-compose/**'
- '.github/workflows/community-compose.yml'
- '.github/workflows/docker-compose-community.yml'
push:
branches:
- 'master'
Expand All @@ -17,6 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v1.38.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v1.39.0
with:
compose_file_path: docker-compose/community-docker-compose.yml
4 changes: 2 additions & 2 deletions .github/workflows/docker-compose-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '! docker-compose/community-docker-compose.yml'
- 'docker-compose/**'
- 'test/postman/docker-compose/**'
- '.github/workflows/enterprise-compose.yml'
- '.github/workflows/docker-compose-enterprise.yml'
push:
branches:
- 'master'
Expand All @@ -32,7 +32,7 @@ jobs:
)
steps:
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v1.38.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v1.39.0
with:
compose_file_path: docker-compose/${{ matrix.compose_file }}
quay_username: ${{ secrets.QUAY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v1.38.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v1.39.0
- name: Community local deployment
run: |
helm dep up ./helm/alfresco-content-services
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "app_version=$V" >> $GITHUB_OUTPUT
echo "app_prefix=${SANITIZED_V}" >> $GITHUB_OUTPUT
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-helm@v1.38.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-helm@v1.39.0
with:
skip_checkout: 'true'
test_newman: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0
- name: Publish chart
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v1.38.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v1.39.0
with:
chart_name: ${{ matrix.charts }}
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/helm-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.38.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.39.0
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v1.38.0
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v1.39.0
with:
plugin_url: https://github.com/helm-unittest/helm-unittest
- run: |
Expand All @@ -55,11 +55,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.38.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.39.0
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v1.38.0
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v1.39.0
with:
chart-dir: helm/${{ matrix.charts.name }}
helm-options: --values tests/values/test_values.yaml
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.38.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.39.0
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.38.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.39.0
- uses: pre-commit/[email protected]

0 comments on commit bc4fbf8

Please sign in to comment.