Skip to content

Commit

Permalink
Merge pull request #77 from devops-ia/fix/upgrade-opencti-minor-depen…
Browse files Browse the repository at this point in the history
…dencies-2024-10-14

[opencti] upgrade minor dependencies (2024-10-14)
  • Loading branch information
ialejandro authored Oct 14, 2024
2 parents a5120ff + eef466a commit f9fef3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/opencti/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keywords:
- analysis
dependencies:
- name: elasticsearch
version: 21.3.20
version: 21.3.21
repository: oci://registry-1.docker.io/bitnamicharts
condition: elasticsearch.enabled
- name: minio
Expand All @@ -33,10 +33,10 @@ dependencies:
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: rabbitmq
version: 15.0.1
version: 15.0.2
repository: oci://registry-1.docker.io/bitnamicharts
condition: rabbitmq.enabled
- name: redis
version: 20.1.7
version: 20.2.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
6 changes: 3 additions & 3 deletions charts/opencti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ A Helm chart to deploy Open Cyber Threat Intelligence platform
| Repository | Name | Version |
|------------|------|---------|
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.26.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.20 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.21 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.7.15 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.0.1 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.1.7 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.0.2 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.2.0 |

## Add repository

Expand Down

0 comments on commit f9fef3f

Please sign in to comment.