Fix app version tag (#9969)

This commit is contained in:
Rory Powell 2023-03-09 16:40:32 +00:00 committed by GitHub
parent acc193aa87
commit feecb53017
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
helm: helm3 helm: helm3
values: | values: |
globals: globals:
appVersion: ${{ env.RELEASE_VERSION }} appVersion: v${{ env.RELEASE_VERSION }}
ingress: ingress:
enabled: true enabled: true
nginx: true nginx: true