File tree Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : " 25.0.4 "
2
+ appVersion : " 25.0.6 "
3
3
description : |
4
4
ReportPortal.io is a TestOps service, that provides increased capabilities
5
5
to speed up results analysis and reporting through the use of built-in analytic features.
6
6
name : reportportal
7
- version : 25.2.27
7
+ version : 25.4.9
8
8
sources :
9
9
- https://github.com/reportportal/kubernetes/tree/master/reportportal
10
10
keywords :
Original file line number Diff line number Diff line change 31
31
fi;
32
32
done;
33
33
echo "All health checks passed.";
34
+ resources :
35
+ {{- toYaml .Values.hooks.test.resources | nindent 6 }}
34
36
restartPolicy : Never
35
37
{{- end }}
Original file line number Diff line number Diff line change 31
31
- -c
32
32
- |
33
33
kubectl delete job {{ include "reportportal.fullname" . }}-migrations --ignore-not-found=true
34
+ resources :
35
+ {{- toYaml .Values.hooks.preUpgrade.resources | nindent 10 }}
34
36
{{- end }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ serviceindex:
30
30
name : index
31
31
image :
32
32
repository : reportportal/service-index
33
- tag : 5.13.0
33
+ tag : 5.13.1
34
34
pullPolicy : Always
35
35
resources :
36
36
requests :
@@ -78,7 +78,7 @@ serviceui:
78
78
name : ui
79
79
image :
80
80
repository : reportportal/service-ui
81
- tag : 5.12.4
81
+ tag : 5.12.5
82
82
pullPolicy : Always
83
83
replicaCount : 1
84
84
resources :
@@ -128,7 +128,7 @@ serviceapi:
128
128
name : api
129
129
image :
130
130
repository : reportportal/service-api
131
- tag : 5.13.4
131
+ tag : 5.13.5
132
132
pullPolicy : Always
133
133
replicaCount : 1
134
134
readinessProbe :
275
275
name : uat
276
276
image :
277
277
repository : reportportal/service-authorization
278
- tag : 5.13.1
278
+ tag : 5.13.2
279
279
pullPolicy : Always
280
280
replicaCount : 1
281
281
readinessProbe :
@@ -566,7 +566,7 @@ serviceanalyzertrain:
566
566
migrations :
567
567
image :
568
568
repository : reportportal/migrations
569
- tag : 5.13.0
569
+ tag : 5.13.2
570
570
resources :
571
571
requests :
572
572
cpu : 100m
@@ -828,8 +828,22 @@ hooks:
828
828
enabled : true
829
829
preUpgrade :
830
830
enabled : true
831
+ resources :
832
+ requests :
833
+ cpu : 50m
834
+ memory : 64Mi
835
+ limits :
836
+ cpu : 100m
837
+ memory : 128Mi
831
838
test :
832
839
enabled : true
840
+ resources :
841
+ requests :
842
+ cpu : 50m
843
+ memory : 64Mi
844
+ limits :
845
+ cpu : 100m
846
+ memory : 128Mi
833
847
834
848
# # @section External dependencies installation configuration
835
849
# #
You can’t perform that action at this time.
0 commit comments