image tag should be app version

This commit is contained in:
2026-04-14 14:36:34 -05:00
parent 29bc255f0f
commit cb29c5c762

View File

@@ -7,8 +7,6 @@ controllers:
migrate:
image:
repository: gitea.corredorconect.com/software-engineering/policy-service
tag: latest
pullPolicy: IfNotPresent
command:
- /bin/sh
- -c
@@ -24,8 +22,6 @@ controllers:
main:
image:
repository: gitea.corredorconect.com/software-engineering/policy-service
tag: latest
pullPolicy: IfNotPresent
env:
MIX_ENV: prod
PORT: "8080"