Skip to content

Commit 1fb74b7

Browse files
committed
fix: update major dependencies version
1 parent 855be82 commit 1fb74b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

charts/opencti/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ keywords:
2222
- analysis
2323
dependencies:
2424
- name: elasticsearch
25-
version: 21.6.2
25+
version: 22.0.1
2626
repository: oci://registry-1.docker.io/bitnamicharts
2727
condition: elasticsearch.enabled
2828
- name: minio
2929
version: 16.0.8
3030
repository: oci://registry-1.docker.io/bitnamicharts
3131
condition: minio.enabled
3232
- name: opensearch
33-
version: 2.32.0
33+
version: 2.33.0
3434
repository: https://opensearch-project.github.io/helm-charts/
3535
condition: opensearch.enabled
3636
- name: rabbitmq
37-
version: 15.5.3
37+
version: 16.0.1
3838
repository: oci://registry-1.docker.io/bitnamicharts
3939
condition: rabbitmq.enabled
4040
- name: redis
41-
version: 20.13.2
41+
version: 20.13.4
4242
repository: oci://registry-1.docker.io/bitnamicharts
4343
condition: redis.enabled

charts/opencti/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ A Helm chart to deploy Open Cyber Threat Intelligence platform
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.32.0 |
20-
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.6.2 |
19+
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.33.0 |
20+
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 22.0.1 |
2121
| oci://registry-1.docker.io/bitnamicharts | minio | 16.0.8 |
22-
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 15.5.3 |
23-
| oci://registry-1.docker.io/bitnamicharts | redis | 20.13.2 |
22+
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 16.0.1 |
23+
| oci://registry-1.docker.io/bitnamicharts | redis | 20.13.4 |
2424

2525
## Add repository
2626

0 commit comments

Comments
 (0)