We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e618530 commit d1fe678Copy full SHA for d1fe678
bootstrap/pgbouncer/pg-bouncer.tf
@@ -42,7 +42,7 @@ resource "kubernetes_deployment_v1" "pgbouncer" {
42
spec {
43
container {
44
name = "main"
45
- image = "bitnami/pgbouncer:${var.pg_bouncer_image_tag}"
+ image = "bitnamilegacy/pgbouncer:${var.pg_bouncer_image_tag}"
46
47
resources {
48
limits = {
0 commit comments