Skip to content

Commit 761f56e

Browse files
committed
bump ee version
1 parent dec88a1 commit 761f56e

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/enterprise_edition/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ If you're using our [Helm chart](../installation.md#kubernetes), you just need t
6565
```yaml
6666
image:
6767
repository: ghcr.io/pgdogdev/pgdog-enterprise
68-
tag: 87a6bcae
69-
```
68+
tag: v2026-03-19
7069

7170
For deploying the [control plane](control_plane/index.md), you have two options:
7271

docs/examples/control_plane/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- redis_data:/data
2525

2626
migrate:
27-
image: ghcr.io/pgdogdev/pgdog-enterprise/control:87a6bcae
27+
image: ghcr.io/pgdogdev/pgdog-enterprise/control:v2026-03-19
2828
environment:
2929
<<: *control-env
3030
command: control migrate
@@ -33,7 +33,7 @@ services:
3333
condition: service_healthy
3434

3535
init:
36-
image: ghcr.io/pgdogdev/pgdog-enterprise/control:87a6bcae
36+
image: ghcr.io/pgdogdev/pgdog-enterprise/control:v2026-03-19
3737
environment:
3838
<<: *control-env
3939
command: control onboard --email demo@pgdog.dev --password demopass --token 644b527c-b9d6-4fb2-9861-703bad871ec0 --name Demo
@@ -42,7 +42,7 @@ services:
4242
condition: service_completed_successfully
4343

4444
control:
45-
image: ghcr.io/pgdogdev/pgdog-enterprise/control:87a6bcae
45+
image: ghcr.io/pgdogdev/pgdog-enterprise/control:v2026-03-19
4646
ports:
4747
- "8099:8080"
4848
environment:
@@ -55,7 +55,7 @@ services:
5555
condition: service_started
5656

5757
pgdog:
58-
image: ghcr.io/pgdogdev/pgdog-enterprise:87a6bcae
58+
image: ghcr.io/pgdogdev/pgdog-enterprise:v2026-03-19
5959
command: ["pgdog", "--config", "/etc/pgdog/pgdog.toml", "--users", "/etc/secrets/pgdog/users.toml"]
6060
ports:
6161
- "6432:6432"

0 commit comments

Comments
 (0)