File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ Call the following commands from the downloaded
79
79
[ kubernetes] ( https://github.com/reportportal/kubernetes/ ) repository.
80
80
81
81
``` bash
82
- # Download the chart dependencies
83
- helm dependency build ./reportportal
82
+ # Update the chart dependencies
83
+ helm dependency update ./reportportal
84
84
```
85
85
86
86
``` bash
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.7.3
7
+ version : 25.7.30
8
8
sources :
9
9
- https://github.com/reportportal/kubernetes/tree/master/reportportal
10
10
keywords :
@@ -31,19 +31,19 @@ maintainers:
31
31
dependencies :
32
32
# If you update version, please update also postgresql.image.tag in values.yaml
33
33
- name : postgresql
34
- version : 15.5.38
34
+ version : 16.7.21
35
35
repository : https://charts.bitnami.com/bitnami
36
36
condition : postgresql.install
37
37
# If you update version, please update also rabbitmq.image.tag in values.yaml
38
38
- name : rabbitmq
39
- version : 14.7.0
39
+ version : 16.0.11
40
40
repository : https://charts.bitnami.com/bitnami
41
41
condition : rabbitmq.install
42
42
- name : opensearch
43
- version : 2.27.1
43
+ version : 2.35.0
44
44
repository : https://opensearch-project.github.io/helm-charts/
45
45
condition : opensearch.install
46
46
- name : minio
47
- version : 14.10.0
47
+ version : 17.0.16
48
48
repository : https://charts.bitnami.com/bitnami
49
49
condition : minio.install
Original file line number Diff line number Diff line change @@ -856,7 +856,7 @@ postgresql:
856
856
install : true
857
857
image :
858
858
repository : bitnami/postgresql
859
- tag : 16.6 .0-debian-12-r2
859
+ tag : 17.5 .0-debian-12-r20
860
860
auth :
861
861
postgresPassword : *dbpassword
862
862
username : *dbuser
@@ -874,7 +874,7 @@ rabbitmq:
874
874
install : true
875
875
image :
876
876
repository : bitnami/rabbitmq
877
- tag : 3.13.7 -debian-12-r5
877
+ tag : 4.1.2 -debian-12-r1
878
878
auth :
879
879
username : *msgbrokerUser
880
880
password : *msgbrokerPass
@@ -897,7 +897,7 @@ opensearch:
897
897
install : true
898
898
image :
899
899
repository : opensearchproject/opensearch
900
- tag : 2.18.0
900
+ tag : 2.19.3
901
901
# # @param opensearch.singleNode If "true", replicas will be forced from 3 to 1
902
902
# #
903
903
singleNode : true
@@ -919,10 +919,12 @@ minio:
919
919
install : true
920
920
image :
921
921
repository : bitnami/minio
922
- tag : 2024.11.7 -debian-12-r2
922
+ tag : 2025.7.23 -debian-12-r0
923
923
auth :
924
924
rootUser : *storageAccessKey
925
925
rootPassword : *storageSecretKey
926
926
persistence :
927
927
annotations :
928
928
" helm.sh/resource-policy " : " keep"
929
+ console :
930
+ enabled : false
You can’t perform that action at this time.
0 commit comments