Skip to content

Commit

Permalink
fix: update minor dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Jan 13, 2025
1 parent 6d2b933 commit f8d5278
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.4.1
version: 21.4.2
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.2.1
version: 15.2.2
repository: oci://registry-1.docker.io/bitnamicharts
condition: rabbitmq.enabled
- name: redis
version: 20.6.1
version: 20.6.2
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.30.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.4.1 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.4.2 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.10.3 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.2.1 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.6.1 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.2.2 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.6.2 |

## Add repository

Expand Down

0 comments on commit f8d5278

Please sign in to comment.