Skip to content

Commit

Permalink
[opencti] upgrade minor dependencies (2024-08-12) (#17)
Browse files Browse the repository at this point in the history
* fix: update minor dependencies version

---------

Signed-off-by: Iván Alejandro Marugán <[email protected]>
Co-authored-by: ialejandro <[email protected]>
  • Loading branch information
ialejandro and ialejandro authored Aug 12, 2024
1 parent 8cda656 commit c3e03ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/opencti/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ keywords:
- opencti
dependencies:
- name: elasticsearch
version: 21.2.*
version: 21.3.6
repository: https://charts.bitnami.com/bitnami
condition: elasticsearch.enabled
- name: minio
version: 14.6.*
version: 14.6.32
repository: https://charts.bitnami.com/bitnami
condition: minio.enabled
- name: opensearch
version: 2.21.*
version: 2.22.0
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: rabbitmq
version: 14.5.*
version: 14.6.6
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: redis
version: 19.6.*
version: 19.6.4
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
10 changes: 5 additions & 5 deletions charts/opencti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ A Helm chart to deploy Open Cyber Threat Intelligence platform

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | elasticsearch | 21.2.* |
| https://charts.bitnami.com/bitnami | minio | 14.6.* |
| https://charts.bitnami.com/bitnami | rabbitmq | 14.5.* |
| https://charts.bitnami.com/bitnami | redis | 19.6.* |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.21.* |
| https://charts.bitnami.com/bitnami | elasticsearch | 21.3.6 |
| https://charts.bitnami.com/bitnami | minio | 14.6.32 |
| https://charts.bitnami.com/bitnami | rabbitmq | 14.6.6 |
| https://charts.bitnami.com/bitnami | redis | 19.6.4 |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.22.0 |

## Add repository

Expand Down

0 comments on commit c3e03ad

Please sign in to comment.