diff --git a/reportportal/Chart.yaml b/reportportal/Chart.yaml index f1ab258..695c817 100644 --- a/reportportal/Chart.yaml +++ b/reportportal/Chart.yaml @@ -13,22 +13,22 @@ maintainers: dependencies: # If you update version, please update also postgresql.image.tag in values.yaml - name: postgresql - version: 15.3.5 + version: 15.5.22 repository: https://charts.bitnami.com/bitnami condition: postgresql.install # If you update version, please update also rabbitmq.image.tag in values.yaml - name: rabbitmq - version: 14.4.4 + version: 14.6.6 repository: https://charts.bitnami.com/bitnami condition: rabbitmq.install - name: opensearch - version: 2.20.0 + version: 2.22.1 repository: https://opensearch-project.github.io/helm-charts/ condition: opensearch.install - name: minio - version: 14.6.13 + version: 14.7.0 repository: https://charts.bitnami.com/bitnami condition: minio.install diff --git a/reportportal/values.yaml b/reportportal/values.yaml index 6966dd0..f595038 100644 --- a/reportportal/values.yaml +++ b/reportportal/values.yaml @@ -823,7 +823,7 @@ postgresql: install: true image: repository: bitnami/postgresql - tag: 16.3.0 + tag: 16.4.0 auth: postgresPassword: *dbpassword username: *dbuser @@ -841,7 +841,7 @@ rabbitmq: install: true image: repository: bitnami/rabbitmq - tag: 3.13.3-debian-12-r0 + tag: 3.13.6 auth: username: *msgbrokerUser password: *msgbrokerPass @@ -864,7 +864,7 @@ opensearch: install: true image: repository: opensearchproject/opensearch - tag: 2.14.0 + tag: 2.16.0 ## @param opensearch.singleNode If "true", replicas will be forced from 3 to 1 ## singleNode: true @@ -886,7 +886,7 @@ minio: install: true image: repository: bitnami/minio - tag: 2024.6.26-debian-12-r0 + tag: 2024.8.3 auth: rootUser: *storageAccessKey rootPassword: *storageSecretKey