Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion k8s/staging/35-server-2-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/staging/40-replay-parser-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions k8s/staging/50-replays-fetcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down