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

feat: upgrade deps and increase OpenCTI version #1

Merged
merged 2 commits into from
Jul 9, 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
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
Loading