Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
spec:
containers:
- name: recorder
image: registry.access.redhat.com/ubi10/python-312-minimal:10.1-1766449846
image: registry.access.redhat.com/ubi10/python-312-minimal:10.1-1770208168
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: retriever
image: registry.access.redhat.com/ubi10-minimal:10.1-1766033715
image: registry.access.redhat.com/ubi10-minimal:10.1-1770180557
command:
- /bin/sh
args:
Expand Down
2 changes: 1 addition & 1 deletion sre/roles/recorders/files/topology/kubernetes/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
spec:
containers:
- name: recorder
image: registry.access.redhat.com/ubi10/python-312-minimal:10.1-1766449846
image: registry.access.redhat.com/ubi10/python-312-minimal:10.1-1770208168
2 changes: 1 addition & 1 deletion sre/roles/recorders/files/traces/jaeger/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
spec:
containers:
- name: recorder
image: registry.access.redhat.com/ubi10/python-312-minimal:10.1-1766449846
image: registry.access.redhat.com/ubi10/python-312-minimal:10.1-1770208168
2 changes: 1 addition & 1 deletion sre/tools/hello-bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.access.redhat.com/ubi10-minimal:10.1-1766033715
FROM registry.access.redhat.com/ubi10-minimal:10.1-1770180557

CMD ["echo", "'Hello IT Bench!'"]
2 changes: 1 addition & 1 deletion sre/tools/kubernetes-topology-monitor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi10/python-312-minimal:10.1-1766449846
FROM registry.access.redhat.com/ubi10/python-312-minimal:10.1-1770208168

ENV DATA_DIRECTORY=/app/topology_data

Expand Down
Loading