File tree Expand file tree Collapse file tree 5 files changed +16
-14
lines changed
roles/fault_injection/tasks
tools/kubernetes-topology-mapper Expand file tree Collapse file tree 5 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ updates:
13
13
directories :
14
14
- " ciso/"
15
15
- " sre/tools/kubernetes-topology-mapper/"
16
+ - " sre/tools/kubernetes-topology-mapper/charts/kubernetes-topology-mapper/templates/"
16
17
groups :
17
18
docker-production-dependencies :
18
19
dependency-type : " production"
@@ -39,7 +40,5 @@ updates:
39
40
dependency-type : " production"
40
41
pip-development-dependencies :
41
42
dependency-type : " development"
42
- exclude-patterns :
43
- - elasticsearch
44
43
schedule :
45
44
interval : " daily"
Original file line number Diff line number Diff line change 35
35
linux/arm64
36
36
push : true
37
37
tags : |
38
- quay.io/it-bench/topology-monitor:0.0.2
38
+ quay.io/it-bench/topology-monitor:0.0.3
39
39
quay.io/it-bench/topology-monitor:latest
40
40
unsupported-checkout-service :
41
41
runs-on : ubuntu-latest
62
62
linux/amd64
63
63
push : true
64
64
tags : |
65
- quay.io/it-bench/unsupported-checkout-service-amd64:0.0.2
65
+ quay.io/it-bench/unsupported-checkout-service-amd64:0.0.3
66
66
quay.io/it-bench/unsupported-checkout-service-amd64:latest
67
67
- name : Build and push Unsupported Astronomy Shop Checkout Service image (arm)
68
68
uses : docker/build-push-action@v6
74
74
linux/arm64
75
75
push : true
76
76
tags : |
77
- quay.io/it-bench/unsupported-checkout-service-arm64:0.0.2
77
+ quay.io/it-bench/unsupported-checkout-service-arm64:0.0.3
78
78
quay.io/it-bench/unsupported-checkout-service-arm64:latest
Original file line number Diff line number Diff line change 69
69
patch :
70
70
- op : replace
71
71
path : /spec/template/spec/containers/0/image
72
- value : quay.io/it-bench/unsupported-checkout-service-{{ image_arch }}:0.0.2
72
+ value : quay.io/it-bench/unsupported-checkout-service-{{ image_arch }}:0.0.3
73
73
tags :
74
74
- incident_23
75
75
when :
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-312 :9.5-1744198409
1
+ FROM registry.access.redhat.com/ubi9/ubi-minimal :9.5-1742914212
2
2
3
3
ENV DATA_DIRECTORY /app/topology_data
4
4
5
5
WORKDIR /app
6
6
7
+ RUN microdnf update -y && \
8
+ microdnf install -y python3.12 python3.12-pip
9
+
7
10
COPY requirements.txt requirements.txt
8
- RUN pip install --no-cache-dir -r requirements.txt
11
+ RUN python3.12 -m pip install --no-cache-dir -r requirements.txt
9
12
10
13
COPY __init__.py __init__.py
11
14
COPY app.py app.py
@@ -24,4 +27,4 @@ RUN mkdir ${DATA_DIRECTORY} && \
24
27
25
28
USER 1001
26
29
27
- CMD ["python " , "main.py" ]
30
+ CMD ["python3.12 " , "main.py" ]
Original file line number Diff line number Diff line change 1
- kubernetes == 29 .0.0
2
- openshift-client == 1.0.18
1
+ kubernetes == 32 .0.1
2
+ openshift-client == 1.0.24
3
3
openshift == 0.13.2
4
- networkx == 3.2.1
5
- Flask == 3.0 .0
6
- PyYAML == 6.0.1
4
+ networkx == 3.4.2
5
+ Flask == 3.1 .0
6
+ PyYAML == 6.0.2
You can’t perform that action at this time.
0 commit comments