diff --git a/README.md b/README.md index ee32438..1f5625c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/README.md.gotmpl b/README.md.gotmpl index 667bf64..65b04a2 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -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" . }} diff --git a/opencti/Chart.yaml b/opencti/Chart.yaml index 028dddb..1f7072c 100644 --- a/opencti/Chart.yaml +++ b/opencti/Chart.yaml @@ -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 diff --git a/opencti/ci/ci-values.yaml b/opencti/ci/ci-values.yaml index 203980e..3e1839b 100644 --- a/opencti/ci/ci-values.yaml +++ b/opencti/ci/ci-values.yaml @@ -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