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
6 changes: 3 additions & 3 deletions sidecar/pmm-fb/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ x-sep-mysql-address: &sep_mysql_address 172.28.9.40
services:
pmm-server:
# Default repeated on sep-mysql's PMM_FB_TAG build arg — a repin edits both
image: docker.io/perconalab/pmm-server-fb:${PMM_FB_TAG:-PR-4500-a2f83c2}
image: docker.io/perconalab/pmm-server-fb:${PMM_FB_TAG:-PR-4500-2c43912}
platform: linux/amd64
# The image ships start_period 25s with 3 retries at 4s, so it is marked
# unhealthy around 37s while a cold start needs appreciably longer to first
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
- sep-pmm

sep-sidecar:
image: docker.io/percona/percona-sep:249f6738ae7a4ba495b34f6ccc5edf0cad4db5c3
image: docker.io/percona/percona-sep:b97ee985fc64f841f611b3a057737814da308a61
platform: linux/amd64
# service_healthy, not service_started: SEP builds its settings once, at
# process start, so a side-car released before pmm-server has written the
Expand Down Expand Up @@ -120,7 +120,7 @@ services:
context: .
dockerfile: Containerfile.mysql
args:
PMM_FB_TAG: ${PMM_FB_TAG:-PR-4500-a2f83c2}
PMM_FB_TAG: ${PMM_FB_TAG:-PR-4500-2c43912}
# service_started, not service_healthy: this node consumes none of the SEP
# secret provisioning pmm-server's health now gates on, and ordering is all
# it needs — pmm-managed starts answering registration requests later still.
Expand Down