diff --git a/k8s/staging/35-server-2-deployment.yaml b/k8s/staging/35-server-2-deployment.yaml index 7329901..2a0a9da 100644 --- a/k8s/staging/35-server-2-deployment.yaml +++ b/k8s/staging/35-server-2-deployment.yaml @@ -64,7 +64,7 @@ spec: memory: 16Mi containers: - name: server-2 - image: ghcr.io/solid-stats/server-2:3866f6b422c506a429e12658aaaedb0dd5c16b8e + image: ghcr.io/solid-stats/server-2:e31b1297c9b81b32b5d362a45295711922f4b9bf imagePullPolicy: IfNotPresent ports: - name: http diff --git a/k8s/staging/40-replay-parser-2.yaml b/k8s/staging/40-replay-parser-2.yaml index 6a852e3..0d5c3b4 100644 --- a/k8s/staging/40-replay-parser-2.yaml +++ b/k8s/staging/40-replay-parser-2.yaml @@ -33,7 +33,7 @@ spec: - name: ghcr-pull containers: - name: replay-parser-2 - image: ghcr.io/solid-stats/replay-parser-2:5e09d33c2d02f67407d9f9921c72434076eee3e2 + image: ghcr.io/solid-stats/replay-parser-2:72116db6cc07f9509330616daf7da7c5e38a2343 imagePullPolicy: IfNotPresent ports: - name: probes diff --git a/k8s/staging/50-replays-fetcher.yaml b/k8s/staging/50-replays-fetcher.yaml index 2e1c7f3..ac87b3b 100644 --- a/k8s/staging/50-replays-fetcher.yaml +++ b/k8s/staging/50-replays-fetcher.yaml @@ -40,9 +40,10 @@ spec: - name: ghcr-pull containers: - name: replays-fetcher - # F1 fix (conditional-writes) — pinned to the live-validated image. Do not - # revert to 8395fbc… without updating plans/product/PARITY-COORDINATION.md. - image: ghcr.io/solid-stats/replays-fetcher:7e5ca974053f814aaedb8698c427d85a6a43c723 + # Pinned to 205b4cd (master): includes the F1 conditional-writes fix + # (7e5ca97 is an ancestor) plus the errors-only Sentry SDK. Do not revert + # below the F1 fix (pre-F1 was 8395fbc…); PARITY-COORDINATION.md is archived. + image: ghcr.io/solid-stats/replays-fetcher:205b4cdf91432c537bb3454ab074f0bcd3884af3 imagePullPolicy: IfNotPresent args: ["run-once"] env: