From 049f1deac5540435764df0d563d592b89e14e0b4 Mon Sep 17 00:00:00 2001 From: atchertchian Date: Thu, 23 Nov 2023 12:06:16 +0000 Subject: [PATCH] Release v4.1.0 --- .github/actions/dbp-charts/verify-helm/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/dbp-charts/verify-helm/action.yml b/.github/actions/dbp-charts/verify-helm/action.yml index 677dc04b4..15ddf305f 100644 --- a/.github/actions/dbp-charts/verify-helm/action.yml +++ b/.github/actions/dbp-charts/verify-helm/action.yml @@ -85,14 +85,14 @@ runs: password: ${{ inputs.docker_password }} - name: Get branch name uses: >- - Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v4.0.0 + Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v4.1.0 - name: Get commit msg uses: >- - Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v4.0.0 + Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v4.1.0 - name: Get a namespace to deploy on id: k8sns uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/kubernetes-valid-ns@v4.0.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/kubernetes-valid-ns@v4.1.0 with: branch_name: ${{ env.BRANCH_NAME }} release_prefix: ${{ inputs.release_prefix }} @@ -111,7 +111,7 @@ runs: - name: Upload helm deployments logs as artifacts if: always() uses: >- - Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v4.0.0 + Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v4.1.0 with: namespace: ${{ steps.k8sns.outputs.namespace }} - name: Uninstall Helm releases