From 88d24c62416e774206861be5e53407faa0291b82 Mon Sep 17 00:00:00 2001 From: Shay Keren Date: Wed, 29 Jan 2025 13:46:39 +0200 Subject: [PATCH] Resources update (#375) --- charts/digma-ng/Chart.yaml | 4 ++-- charts/digma-ng/README.md | 11 ++--------- charts/digma-ng/values.yaml | 22 +++++++++++----------- 3 files changed, 15 insertions(+), 22 deletions(-) diff --git a/charts/digma-ng/Chart.yaml b/charts/digma-ng/Chart.yaml index bbe651d5..a800a364 100644 --- a/charts/digma-ng/Chart.yaml +++ b/charts/digma-ng/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Application apiVersion: v2 -appVersion: 0.3.208 +appVersion: 0.3.210 dependencies: - name: kafka repository: oci://registry-1.docker.io/bitnamicharts @@ -41,5 +41,5 @@ description: A Helm chart containing Digma's services home: https://github.com/digma-ai/digma icon: https://digma.ai/wp-content/uploads/2024/02/logo-alt-1.svg type: application -version: 1.0.276 +version: 1.0.278 diff --git a/charts/digma-ng/README.md b/charts/digma-ng/README.md index 66865f69..ea52e575 100644 --- a/charts/digma-ng/README.md +++ b/charts/digma-ng/README.md @@ -1,17 +1,11 @@ # digma-ng - - - -![Version: 1.0.276](https://img.shields.io/badge/Version-1.0.276-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.208](https://img.shields.io/badge/AppVersion-0.3.208-informational?style=flat-square) +![Version: 1.0.278](https://img.shields.io/badge/Version-1.0.278-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.210](https://img.shields.io/badge/AppVersion-0.3.210-informational?style=flat-square) A Helm chart containing Digma's services **Homepage:** - - - ## License Key Digma will not function without a valid license key. You can obtain a license key by signing up for a free account using this [link](https://digma.ai/sign-up/). @@ -32,7 +26,6 @@ helm upgrade --install digma digma/digma-ng -n digma --set digma.licenseKey=$DIG This chart bootstraps a [Digma](https://digma.ai) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. - ## Prerequisites - Kubernetes 1.23+ @@ -519,7 +512,7 @@ How It Works | nginx.readinessProbe.timeoutSeconds | int | `10` | Timeout seconds for readinessProbe | | nginx.readinessProbe.failureThreshold | int | `24` | Failure threshold for readinessProbe | | nginx.readinessProbe.successThreshold | int | `1` | Success threshold for readinessProbe | -| ui.artifactsVersion | string | `"6.8.2"` | ui version | +| ui.artifactsVersion | string | `"6.8.3"` | ui version | | ui.service.type | string | `"ClusterIP"` | service type | | ui.service.annotations | object | `{}` | Additional custom annotations for service | | ui.service.ports.http | int | `80` | HTTP service port | diff --git a/charts/digma-ng/values.yaml b/charts/digma-ng/values.yaml index af75e624..904ee3f9 100644 --- a/charts/digma-ng/values.yaml +++ b/charts/digma-ng/values.yaml @@ -849,7 +849,7 @@ measurementAnalysis: memory: 512Mi cpu: 500m limits: - memory: 768Mi + memory: 1024Mi cpu: 800m service: ports: @@ -954,8 +954,8 @@ scheduler: memory: 300Mi cpu: 200m limits: - memory: 600Mi - cpu: 500m + memory: 1024Mi + cpu: 750m service: ports: # -- HTTP service port, health check at /healthz @@ -1056,11 +1056,11 @@ pipelineWorker: replicas: '{{ index .Values.presets .Values.digma.deployment.size "pipelineWorker" "replicas" }}' resources: requests: - memory: 100Mi - cpu: 50m - limits: - memory: 400Mi + memory: 512Mi cpu: 500m + limits: + memory: 1024Mi + cpu: 750m service: ports: # -- HTTP service port, health check at /healthz @@ -1230,7 +1230,7 @@ nginx: ui: # -- ui version # @section -- UI parameters - artifactsVersion: 6.8.2 + artifactsVersion: 6.8.3 service: # -- service type # @section -- UI parameters @@ -1788,8 +1788,8 @@ postgresql: memory: 2048Mi cpu: 1.0 limits: - memory: 3072Mi - cpu: 1.5 + memory: 3300Mi + cpu: 2 networkPolicy: enabled: false service: @@ -2228,7 +2228,7 @@ kafka: cpu: 500m limits: memory: 3Gi - cpu: 1.5 + cpu: 2 # -- Additional configuration to be appended at the end of the generated Kafka configuration file. # @section -- Kafka parameters extraConfig: |