Skip to content

Commit 7cce9b5

Browse files
committed
Update docker image for multigres and etcd
1 parent f43c5ec commit 7cce9b5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

config/samples/child-resources/kind-cell.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ spec:
99

1010
# Container images for cell components
1111
images:
12-
multigateway: ghcr.io/multigres/multigateway:latest
13-
multiorch: ghcr.io/multigres/multiorch:latest
12+
multigateway: ghcr.io/multigres/multigres:main
13+
multiorch: ghcr.io/multigres/multigres:main
1414

1515
# MultiGateway deployment - query routing
1616
multigateway:

config/samples/child-resources/kind-shard.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ spec:
77
# Container images for shard components
88
images:
99
postgres: postgres:16-alpine
10-
multipooler: ghcr.io/multigres/multipooler:latest
10+
# multiorch: ghcr.io/multigres/multigres:main
11+
multipooler: ghcr.io/multigres/multigres:main
1112

1213
# MultiOrch configuration for shard orchestration
1314
multiOrch:
1415
cells:
1516
- zone-a
16-
image: ghcr.io/multigres/multiorch:latest
17+
image: ghcr.io/multigres/multigres:main
1718
resources:
1819
requests:
1920
cpu: 50m

config/samples/child-resources/kind-toposerver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
rootPath: /multigres/global
99

1010
# etcd container image
11-
image: quay.io/coreos/etcd:v3.5.12
11+
image: quay.io/coreos/etcd:v3.6.4
1212

1313
# Number of etcd replicas (must be odd: 1, 3, 5, etc.)
1414
# Using 1 replica for kind to minimize resource usage

0 commit comments

Comments
 (0)