Skip to content

Commit 3b30b3a

Browse files
build(images): pin multigres to sha-bb174f9, pgctld to sha-9b51b0f
Upstream includes a startup deadlock fix (HTTP server now starts before run hooks), a connection recycle bugfix (RESET ROLE/SESSION AUTHORIZATION before RESET ALL), and POSTGRES_DB env var support. - Update multigres image sha-f02e476 → sha-bb174f9 - Update pgctld image sha-f02e476 → sha-9b51b0f - multiadmin-web unchanged at sha-b505c90 All upstream changes are transparent to the operator: CLI flags take precedence over new env vars, and internal fixes require no operator-side modifications.
1 parent 5a76a43 commit 3b30b3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api/v1alpha1/image_defaults.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ package v1alpha1
55
const (
66
// DefaultPostgresImage is the default container image for PostgreSQL instances.
77
// Uses the pgctld image which bundles PostgreSQL, pgctld, and pgbackrest.
8-
DefaultPostgresImage = "ghcr.io/multigres/pgctld:sha-f02e476"
8+
DefaultPostgresImage = "ghcr.io/multigres/pgctld:sha-9b51b0f"
99

1010
// DefaultEtcdImage is the default container image for the managed Etcd cluster.
1111
DefaultEtcdImage = "gcr.io/etcd-development/etcd:v3.6.7"
1212

1313
// DefaultMultiAdminImage is the default container image for the MultiAdmin component.
14-
DefaultMultiAdminImage = "ghcr.io/multigres/multigres:sha-f02e476"
14+
DefaultMultiAdminImage = "ghcr.io/multigres/multigres:sha-bb174f9"
1515

1616
// DefaultMultiAdminWebImage is the default container image for the MultiAdminWeb component.
1717
DefaultMultiAdminWebImage = "ghcr.io/multigres/multiadmin-web:sha-b505c90"
1818

1919
// DefaultMultiOrchImage is the default container image for the MultiOrch component.
20-
DefaultMultiOrchImage = "ghcr.io/multigres/multigres:sha-f02e476"
20+
DefaultMultiOrchImage = "ghcr.io/multigres/multigres:sha-bb174f9"
2121

2222
// DefaultMultiPoolerImage is the default container image for the MultiPooler component.
23-
DefaultMultiPoolerImage = "ghcr.io/multigres/multigres:sha-f02e476"
23+
DefaultMultiPoolerImage = "ghcr.io/multigres/multigres:sha-bb174f9"
2424

2525
// DefaultMultiGatewayImage is the default container image for the MultiGateway component.
26-
DefaultMultiGatewayImage = "ghcr.io/multigres/multigres:sha-f02e476"
26+
DefaultMultiGatewayImage = "ghcr.io/multigres/multigres:sha-bb174f9"
2727
)

0 commit comments

Comments
 (0)