diff --git a/api/v1alpha1/image_defaults.go b/api/v1alpha1/image_defaults.go index 310c0981..e31fd29d 100644 --- a/api/v1alpha1/image_defaults.go +++ b/api/v1alpha1/image_defaults.go @@ -5,23 +5,23 @@ package v1alpha1 const ( // DefaultPostgresImage is the default container image for PostgreSQL instances. // Uses the pgctld image which bundles PostgreSQL, pgctld, and pgbackrest. - DefaultPostgresImage = "ghcr.io/multigres/pgctld:sha-f02e476" + DefaultPostgresImage = "ghcr.io/multigres/pgctld:sha-9b51b0f" // DefaultEtcdImage is the default container image for the managed Etcd cluster. DefaultEtcdImage = "gcr.io/etcd-development/etcd:v3.6.7" // DefaultMultiAdminImage is the default container image for the MultiAdmin component. - DefaultMultiAdminImage = "ghcr.io/multigres/multigres:sha-f02e476" + DefaultMultiAdminImage = "ghcr.io/multigres/multigres:sha-bb174f9" // DefaultMultiAdminWebImage is the default container image for the MultiAdminWeb component. DefaultMultiAdminWebImage = "ghcr.io/multigres/multiadmin-web:sha-b505c90" // DefaultMultiOrchImage is the default container image for the MultiOrch component. - DefaultMultiOrchImage = "ghcr.io/multigres/multigres:sha-f02e476" + DefaultMultiOrchImage = "ghcr.io/multigres/multigres:sha-bb174f9" // DefaultMultiPoolerImage is the default container image for the MultiPooler component. - DefaultMultiPoolerImage = "ghcr.io/multigres/multigres:sha-f02e476" + DefaultMultiPoolerImage = "ghcr.io/multigres/multigres:sha-bb174f9" // DefaultMultiGatewayImage is the default container image for the MultiGateway component. - DefaultMultiGatewayImage = "ghcr.io/multigres/multigres:sha-f02e476" + DefaultMultiGatewayImage = "ghcr.io/multigres/multigres:sha-bb174f9" )