Skip to content

Commit

Permalink
Update dependency versions (#412)
Browse files Browse the repository at this point in the history
* Update dependencies in Chart.yaml and values.yaml
  • Loading branch information
raikbitters authored Aug 16, 2024
1 parent c754ebe commit bf51fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions reportportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions reportportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ postgresql:
install: true
image:
repository: bitnami/postgresql
tag: 16.3.0
tag: 16.4.0
auth:
postgresPassword: *dbpassword
username: *dbuser
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bf51fbc

Please sign in to comment.