@@ -47,22 +47,22 @@ runs:
4747 run : |
4848 echo "VERSION=$VERSION" >> $GITHUB_ENV
4949
50- - uses : Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v8.8.0
50+ - uses : Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v8.8.1
5151 id : check-tag
5252 with :
5353 tag : ${{ env.VERSION }}
5454 repository-directory : ${{ inputs.chart-repository-dir }}
5555
5656 - name : Update chart version
5757 if : steps.check-tag.outputs.exists == 'false'
58- uses : Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v8.8.0
58+ uses : Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v8.8.1
5959 with :
6060 new-version : ${{ env.VERSION }}
6161 chart-repository-dir : ${{ inputs.chart-repository-dir }}
6262 chart-dir : ${{ inputs.chart-dir }}
6363 helm-docs-version : ${{ inputs.helm-docs-version }}
6464
65- - uses : Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.8.0
65+ - uses : Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.8.1
6666 if : steps.check-tag.outputs.exists == 'false'
6767 with :
6868 username : ${{ inputs.git-username }}
7979 - name : Package Helm Chart
8080 if : steps.check-tag.outputs.exists == 'false'
8181 id : package-helm-chart
82- uses : Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v8.8.0
82+ uses : Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v8.8.1
8383 with :
8484 chart-dir : ${{ inputs.chart-dir }}
8585 chart-repository-dir : ${{ inputs.chart-repository-dir }}
9292
9393 - name : Publish Helm chart
9494 if : steps.check-tag.outputs.exists == 'false'
95- uses : Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v8.8.0
95+ uses : Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v8.8.1
9696 with :
9797 helm-charts-repo : ${{inputs.helm-repository}}
9898 helm-charts-repo-branch : ${{ inputs.helm-repository-branch }}
0 commit comments