Skip to content

Commit 5e3295e

Browse files
authored
Dependencies updates (#490)
* Update command to build chart dependencies in Minikube installation guide * Update dependencies versions for PostgreSQL, RabbitMQ, OpenSearch, and MinIO in Chart.yaml and values.yaml * Bump version to 25.7.30 in Chart.yaml
1 parent 53c3abd commit 5e3295e

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

docs/minikube-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Call the following commands from the downloaded
7979
[kubernetes](https://github.com/reportportal/kubernetes/) repository.
8080

8181
```bash
82-
# Download the chart dependencies
83-
helm dependency build ./reportportal
82+
# Update the chart dependencies
83+
helm dependency update ./reportportal
8484
```
8585

8686
```bash

reportportal/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |
44
ReportPortal.io is a TestOps service, that provides increased capabilities
55
to speed up results analysis and reporting through the use of built-in analytic features.
66
name: reportportal
7-
version: 25.7.3
7+
version: 25.7.30
88
sources:
99
- https://github.com/reportportal/kubernetes/tree/master/reportportal
1010
keywords:
@@ -31,19 +31,19 @@ maintainers:
3131
dependencies:
3232
# If you update version, please update also postgresql.image.tag in values.yaml
3333
- name: postgresql
34-
version: 15.5.38
34+
version: 16.7.21
3535
repository: https://charts.bitnami.com/bitnami
3636
condition: postgresql.install
3737
# If you update version, please update also rabbitmq.image.tag in values.yaml
3838
- name: rabbitmq
39-
version: 14.7.0
39+
version: 16.0.11
4040
repository: https://charts.bitnami.com/bitnami
4141
condition: rabbitmq.install
4242
- name: opensearch
43-
version: 2.27.1
43+
version: 2.35.0
4444
repository: https://opensearch-project.github.io/helm-charts/
4545
condition: opensearch.install
4646
- name: minio
47-
version: 14.10.0
47+
version: 17.0.16
4848
repository: https://charts.bitnami.com/bitnami
4949
condition: minio.install

reportportal/values.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ postgresql:
856856
install: true
857857
image:
858858
repository: bitnami/postgresql
859-
tag: 16.6.0-debian-12-r2
859+
tag: 17.5.0-debian-12-r20
860860
auth:
861861
postgresPassword: *dbpassword
862862
username: *dbuser
@@ -874,7 +874,7 @@ rabbitmq:
874874
install: true
875875
image:
876876
repository: bitnami/rabbitmq
877-
tag: 3.13.7-debian-12-r5
877+
tag: 4.1.2-debian-12-r1
878878
auth:
879879
username: *msgbrokerUser
880880
password: *msgbrokerPass
@@ -897,7 +897,7 @@ opensearch:
897897
install: true
898898
image:
899899
repository: opensearchproject/opensearch
900-
tag: 2.18.0
900+
tag: 2.19.3
901901
## @param opensearch.singleNode If "true", replicas will be forced from 3 to 1
902902
##
903903
singleNode: true
@@ -919,10 +919,12 @@ minio:
919919
install: true
920920
image:
921921
repository: bitnami/minio
922-
tag: 2024.11.7-debian-12-r2
922+
tag: 2025.7.23-debian-12-r0
923923
auth:
924924
rootUser: *storageAccessKey
925925
rootPassword: *storageSecretKey
926926
persistence:
927927
annotations:
928928
"helm.sh/resource-policy": "keep"
929+
console:
930+
enabled: false

0 commit comments

Comments
 (0)