[OPB-xxx] fixing not updating rest api version on release

This commit is contained in:
Sheldan
2024-03-27 00:45:22 +01:00
parent b445b1c99b
commit 88cb53fad1
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ jobs:
"templateDeploymentData.tag": "${{ env.version }}", "templateDeploymentData.tag": "${{ env.version }}",
"dbConfigDeploymentData.tag": "${{ env.version }}", "dbConfigDeploymentData.tag": "${{ env.version }}",
"privateRestApi.tag": "${{ env.version }}" "privateRestApi.tag": "${{ env.version }}"
"restApi.tag": "${{ env.version }}"
} }
- name: Update .env version - name: Update .env version
run: run:

View File

@@ -81,7 +81,7 @@ restApi:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-rest-api image: oneplus-bot-rest-api
tag: 1.6.22 tag: 1.6.24
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
securityContext: {} securityContext: {}