Fix app version tag (#9969)
This commit is contained in:
parent
acc193aa87
commit
feecb53017
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue