diff --git a/sidecar/pmm-fb/compose.yaml b/sidecar/pmm-fb/compose.yaml index fc2a78cd9..1feb7ee4a 100644 --- a/sidecar/pmm-fb/compose.yaml +++ b/sidecar/pmm-fb/compose.yaml @@ -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 @@ -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 @@ -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.