Skip to content
Closed
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions api/v1alpha1/image_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ 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-54b4c18"
DefaultPostgresImage = "ghcr.io/multigres/pgctld:sha-300f673"

// 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-54b4c18"
DefaultMultiadminImage = "ghcr.io/multigres/multigres:sha-300f673"

// DefaultMultiadminWebImage is the default container image for the MultiadminWeb component.
DefaultMultiadminWebImage = "ghcr.io/multigres/multiadmin-web:sha-95eb327"
DefaultMultiadminWebImage = "ghcr.io/multigres/multiadmin-web:sha-64da1ab"

// DefaultMultiorchImage is the default container image for the Multiorch component.
DefaultMultiorchImage = "ghcr.io/multigres/multigres:sha-54b4c18"
DefaultMultiorchImage = "ghcr.io/multigres/multigres:sha-300f673"

// DefaultMultipoolerImage is the default container image for the Multipooler component.
DefaultMultipoolerImage = "ghcr.io/multigres/multigres:sha-54b4c18"
DefaultMultipoolerImage = "ghcr.io/multigres/multigres:sha-300f673"

// DefaultMultigatewayImage is the default container image for the Multigateway component.
DefaultMultigatewayImage = "ghcr.io/multigres/multigres:sha-54b4c18"
DefaultMultigatewayImage = "ghcr.io/multigres/multigres:sha-300f673"

// DefaultPostgresExporterImage is the default container image for postgres_exporter sidecars.
DefaultPostgresExporterImage = "quay.io/prometheuscommunity/postgres-exporter:v0.18.1"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26.5
require (
github.com/go-logr/logr v1.4.3
github.com/google/go-cmp v0.7.0
github.com/multigres/multigres v0.0.0-20260722000357-54b4c18f6f5f
github.com/multigres/multigres v0.0.0-20260731210621-300f673c63ee
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/client_model v0.6.2
github.com/stretchr/testify v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFdJifH4BDsTlE89Zl93FEloxaWZfGcifgq8=
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/multigres/multigres v0.0.0-20260722000357-54b4c18f6f5f h1:mTx1pTjg88onPCpIeqtafei5PdpsojyNEnE5IosIZkI=
github.com/multigres/multigres v0.0.0-20260722000357-54b4c18f6f5f/go.mod h1:QV8N0aZ4DUoBJPgt1pj5d28D0Pa8JgImWjVzvXH/wLU=
github.com/multigres/multigres v0.0.0-20260731210621-300f673c63ee h1:LVFvJTLSWlo1hs5PHCaGzY8C+mP8a/i8ZpkUc6rKC7k=
github.com/multigres/multigres v0.0.0-20260731210621-300f673c63ee/go.mod h1:QV8N0aZ4DUoBJPgt1pj5d28D0Pa8JgImWjVzvXH/wLU=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=
Expand Down
Loading