Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[opencti] upgrade minor dependencies (2024-11-11) #91

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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.22
version: 21.3.23
repository: oci://registry-1.docker.io/bitnamicharts
condition: elasticsearch.enabled
- name: minio
version: 14.8.1
version: 14.8.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: opensearch
version: 2.26.1
version: 2.27.0
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: rabbitmq
version: 15.0.5
version: 15.0.6
repository: oci://registry-1.docker.io/bitnamicharts
condition: rabbitmq.enabled
- name: redis
Expand Down
8 changes: 4 additions & 4 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.26.1 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.22 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.8.1 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.0.5 |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.27.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.23 |
| 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 | redis | 20.2.1 |

## Add repository
Expand Down