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 authored and github-actions[bot] committed Sep 23, 2024
1 parent 7bfb80b commit 389013f
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.16
version: 21.3.17
repository: oci://registry-1.docker.io/bitnamicharts
condition: elasticsearch.enabled
- name: minio
version: 14.7.8
version: 14.7.10
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: opensearch
version: 2.24.0
version: 2.25.0
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: rabbitmq
version: 14.7.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: rabbitmq.enabled
- name: redis
version: 20.1.3
version: 20.1.4
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.24.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.16 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.7.8 |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.25.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.3.17 |
| oci://registry-1.docker.io/bitnamicharts | minio | 14.7.10 |
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 14.7.0 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.1.3 |
| oci://registry-1.docker.io/bitnamicharts | redis | 20.1.4 |

## Add repository

Expand Down

0 comments on commit 389013f

Please sign in to comment.