[SIS-xxx] updating general version due to release

updating more versions when doing manual release job
This commit is contained in:
Sheldan
2024-02-03 18:53:04 +01:00
parent da7cc2f6a7
commit a1b2700092
43 changed files with 59 additions and 46 deletions

View File

@@ -41,6 +41,19 @@ jobs:
propertyPath: 'version'
value: ${{ env.version }}
commitChange: false
- name: Update value files version
uses: fjogeleit/yaml-update-action@v0.13.2
with:
valueFile: 'deployment/helm/sissi/values.yaml'
commitChange: false
changes: |
{
"bot.tag": "${{ env.version }}",
"restApi.tag": "${{ env.version }}"
"privateRestApi.tag": "${{ env.version }}"
"templateDeploymentData.tag": "${{ env.version }}"
"dbConfigDeploymentData.tag": "${{ env.version }}"
}
- name: Update .env version
run:
sed -i '3s/.*/VERSION=${{ env.version }}/' .env