Skip to content

Commit

Permalink
feat: upgrade deps and increase OpenCTI version
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Jul 9, 2024
1 parent e9ed90c commit fb74ae7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
10 changes: 5 additions & 5 deletions 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://charts.bitnami.com/bitnami | elasticsearch | 21.1.* |
| https://charts.bitnami.com/bitnami | elasticsearch | 21.2.* |
| https://charts.bitnami.com/bitnami | minio | 14.6.* |
| https://charts.bitnami.com/bitnami | rabbitmq | 14.3.* |
| https://charts.bitnami.com/bitnami | redis | 19.5.* |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.20.* |
| https://charts.bitnami.com/bitnami | rabbitmq | 14.5.* |
| https://charts.bitnami.com/bitnami | redis | 19.6.* |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.21.* |

## Add repository

Expand Down Expand Up @@ -65,7 +65,7 @@ See [basic installation](opencti/docs/configuration.md) and [examples](opencti/d
See [Customizing the chart before installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with comments:

```console
helm show values devops-ia/opencti
helm show values opencti/opencti
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ See [basic installation](opencti/docs/configuration.md) and [examples](opencti/d
See [Customizing the chart before installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with comments:

```console
helm show values devops-ia/{{ template "chart.name" . }}
helm show values opencti/{{ template "chart.name" . }}
```

{{ template "chart.valuesSection" . }}
14 changes: 7 additions & 7 deletions opencti/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ maintainers:
url: https://ialejandro.rocks
sources:
- https://github.com/OpenCTI-Platform/opencti
version: 1.2.4
appVersion: "6.1.6"
version: 1.2.5
appVersion: "6.2.3"
home: https://www.filigran.io/en/solutions/products/opencti/
keywords:
- opencti
dependencies:
- name: elasticsearch
version: 21.1.*
version: 21.2.*
repository: https://charts.bitnami.com/bitnami
condition: elasticsearch.enabled
- name: minio
version: 14.6.*
repository: https://charts.bitnami.com/bitnami
repository: https://charts.bitnami.com/bitnami
condition: minio.enabled
- name: opensearch
version: 2.20.*
version: 2.21.*
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: rabbitmq
version: 14.3.*
version: 14.5.*
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: redis
version: 19.5.*
version: 19.6.*
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
5 changes: 2 additions & 3 deletions opencti/ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ worker:
elasticsearch:
fullnameOverride: opencti-ci-elasticsearch
master:
resourcesPreset: "nano"
resourcesPreset: "medium"
data:
resourcesPreset: "nano"
heapSize: 128m
resourcesPreset: "medium"

minio:
fullnameOverride: opencti-ci-minio
Expand Down

0 comments on commit fb74ae7

Please sign in to comment.