Compare commits

...

2 Commits

Author SHA1 Message Date
5e4f1f33c8 use chart app version for tag
All checks were successful
Build and Publish / build-release (push) Successful in 4m57s
2026-04-14 14:49:01 -05:00
cb29c5c762 image tag should be app version 2026-04-14 14:36:34 -05:00

View File

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