use latest images for finance app [ci skip]

This commit is contained in:
Viktor Barzin 2023-06-20 12:28:24 +00:00
parent e6a126396d
commit d07b40c6d0
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ resource "kubernetes_deployment" "finance_app" {
}
spec {
container {
image = "viktorbarzin/finance-app"
image = "viktorbarzin/finance-app:latest"
name = "finance-app"
env {
@ -215,7 +215,7 @@ resource "kubernetes_deployment" "finance_app_backend_webhook_handler" {
}
spec {
container {
image = "viktorbarzin/finance-app-backend-webhook-handler"
image = "viktorbarzin/finance-app-backend-webhook-handler:latest"
name = "finance-app-backend-webhook-handler"
env {
name = "GRAPHQL_ENDPOINT"
@ -257,7 +257,7 @@ resource "kubernetes_deployment" "finance_app_frontend" {
}
spec {
container {
image = "viktorbarzin/finance-app-frontend"
image = "viktorbarzin/finance-app-frontend:latest"
name = "finance-app-frontend"
}
}

Binary file not shown.