Skip to content

Commit

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

[opencti] upgrade minor dependencies (2024-09-09)
  • Loading branch information
ialejandro authored Sep 9, 2024
2 parents 10f23b4 + 8ce97b5 commit 646a837
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/opencti/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ keywords:
- analysis
dependencies:
- name: elasticsearch
version: 21.3.10
version: 21.3.13
repository: oci://registry-1.docker.io/bitnamicharts
condition: elasticsearch.enabled
- name: minio
version: 14.7.4
version: 14.7.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: opensearch
version: 2.23.1
version: 2.23.2
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: rabbitmq
version: 14.6.9
repository: oci://registry-1.docker.io/bitnamicharts
condition: rabbitmq.enabled
- name: redis
version: 20.0.3
version: 20.0.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
8 changes: 4 additions & 4 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://opensearch-project.github.io/helm-charts/ | opensearch | 2.23.1 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.10 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.7.4 |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.23.2 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.13 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.7.5 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 14.6.9 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.0.3 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.0.5 |

## Add repository

Expand Down

0 comments on commit 646a837

Please sign in to comment.