Fix app version tag (#9969)
This commit is contained in:
parent
5ad1f8b32f
commit
b5d8a0ca8a
|
@ -48,7 +48,7 @@ jobs:
|
|||
helm: helm3
|
||||
values: |
|
||||
globals:
|
||||
appVersion: ${{ env.RELEASE_VERSION }}
|
||||
appVersion: v${{ env.RELEASE_VERSION }}
|
||||
ingress:
|
||||
enabled: true
|
||||
nginx: true
|
||||
|
|
Loading…
Reference in New Issue