Skip to content

Commit d1fe678

Browse files
fix: Change docker repo to bitnamilegacy
1 parent e618530 commit d1fe678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/pgbouncer/pg-bouncer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "kubernetes_deployment_v1" "pgbouncer" {
4242
spec {
4343
container {
4444
name = "main"
45-
image = "bitnami/pgbouncer:${var.pg_bouncer_image_tag}"
45+
image = "bitnamilegacy/pgbouncer:${var.pg_bouncer_image_tag}"
4646

4747
resources {
4848
limits = {

0 commit comments

Comments
 (0)