Skip to content

Commit

Permalink
use different postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 19, 2025
1 parent 3aa0dde commit 6acb857
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ locals {
tag = var.keycloak_tag
},
{
enabled = true
dest_path = null
name = "bitnami/postgresql"
source_image = "opensource/postgres/postgresql"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
enabled = true
dest_path = null
name = "bitnami/postgresql"
# USE DIFFERENT IMAGE
source_image = "bitnami/postgresql"
source_registry = "public.ecr.aws"
source_tag = var.postgresql_tag
tag = var.postgresql_tag
},
Expand Down

0 comments on commit 6acb857

Please sign in to comment.