Fix app version tag (#9969)

This commit is contained in:
Rory Powell 2023-03-09 16:40:32 +00:00 committed by GitHub
parent 5ad1f8b32f
commit b5d8a0ca8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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