Skip to content

Commit

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

[opencti] upgrade minor dependencies (2024-10-07)
  • Loading branch information
ialejandro authored Oct 7, 2024
2 parents 8e7f339 + fc42597 commit a5120ff
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.18
version: 21.3.20
repository: oci://registry-1.docker.io/bitnamicharts
condition: elasticsearch.enabled
- name: minio
version: 14.7.13
version: 14.7.15
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: opensearch
version: 2.25.0
version: 2.26.0
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: rabbitmq
version: 15.0.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: rabbitmq.enabled
- name: redis
version: 20.1.5
version: 20.1.7
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.25.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.18 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.7.13 |
| 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 | minio | 14.7.15 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.0.1 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.1.5 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.1.7 |

## Add repository

Expand Down

0 comments on commit a5120ff

Please sign in to comment.