@@ -47,22 +47,22 @@ runs:
47
47
run : |
48
48
echo "VERSION=$VERSION" >> $GITHUB_ENV
49
49
50
- - uses : Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v9.0.1
50
+ - uses : Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v9.1.0
51
51
id : check-tag
52
52
with :
53
53
tag : ${{ env.VERSION }}
54
54
repository-directory : ${{ inputs.chart-repository-dir }}
55
55
56
56
- name : Update chart version
57
57
if : steps.check-tag.outputs.exists == 'false'
58
- uses : Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v9.0.1
58
+ uses : Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v9.1.0
59
59
with :
60
60
new-version : ${{ env.VERSION }}
61
61
chart-repository-dir : ${{ inputs.chart-repository-dir }}
62
62
chart-dir : ${{ inputs.chart-dir }}
63
63
helm-docs-version : ${{ inputs.helm-docs-version }}
64
64
65
- - uses : Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v9.0.1
65
+ - uses : Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v9.1.0
66
66
if : steps.check-tag.outputs.exists == 'false'
67
67
with :
68
68
username : ${{ inputs.git-username }}
79
79
- name : Package Helm Chart
80
80
if : steps.check-tag.outputs.exists == 'false'
81
81
id : package-helm-chart
82
- uses : Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v9.0.1
82
+ uses : Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v9.1.0
83
83
with :
84
84
chart-dir : ${{ inputs.chart-dir }}
85
85
chart-repository-dir : ${{ inputs.chart-repository-dir }}
92
92
93
93
- name : Publish Helm chart
94
94
if : steps.check-tag.outputs.exists == 'false'
95
- uses : Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v9.0.1
95
+ uses : Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v9.1.0
96
96
with :
97
97
helm-charts-repo : ${{inputs.helm-repository}}
98
98
helm-charts-repo-branch : ${{ inputs.helm-repository-branch }}
0 commit comments