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 Nov 25, 2024
1 parent 5905034 commit f886cf6
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,19 +21,19 @@ keywords:
- analysis
dependencies:
- name: elasticsearch
version: 21.3.25
version: 21.3.26
repository: oci://registry-1.docker.io/bitnamicharts
condition: elasticsearch.enabled
- name: minio
version: 14.8.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: opensearch
version: 2.27.0
version: 2.27.1
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: rabbitmq
version: 15.0.6
version: 15.0.7
repository: oci://registry-1.docker.io/bitnamicharts
condition: rabbitmq.enabled
- name: redis
Expand Down
6 changes: 3 additions & 3 deletions charts/opencti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ A Helm chart to deploy Open Cyber Threat Intelligence platform

| Repository | Name | Version |
|------------|------|---------|
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.27.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.25 |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.27.1 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.26 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.8.5 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.0.6 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.0.7 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.3.0 |

## Add repository
Expand Down

0 comments on commit f886cf6

Please sign in to comment.