use chart app version for tag
All checks were successful
Build and Publish / build-release (push) Successful in 4m57s
All checks were successful
Build and Publish / build-release (push) Successful in 4m57s
This commit is contained in:
@@ -7,6 +7,7 @@ controllers:
|
|||||||
migrate:
|
migrate:
|
||||||
image:
|
image:
|
||||||
repository: gitea.corredorconect.com/software-engineering/policy-service
|
repository: gitea.corredorconect.com/software-engineering/policy-service
|
||||||
|
tag: '{{ $.Chart.AppVersion }}'
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
@@ -22,6 +23,7 @@ controllers:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: gitea.corredorconect.com/software-engineering/policy-service
|
repository: gitea.corredorconect.com/software-engineering/policy-service
|
||||||
|
tag: '{{ $.Chart.AppVersion }}'
|
||||||
env:
|
env:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
PORT: "8080"
|
PORT: "8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user