Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions api/v1alpha1/image_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Loading