diff --git a/charts/kubecollector/Chart.yaml b/charts/kubecollector/Chart.yaml index ff54ca3..013ba6d 100644 --- a/charts/kubecollector/Chart.yaml +++ b/charts/kubecollector/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubecollector description: A Helm chart for Lightspin Kuberenetes CSPM type: application -version: 0.1.3 +version: 0.1.4 appVersion: "2.0.0" home: https://lightspin.io/ maintainers: diff --git a/charts/kubecollector/README.md b/charts/kubecollector/README.md index c4b3c10..ed0dba7 100644 --- a/charts/kubecollector/README.md +++ b/charts/kubecollector/README.md @@ -1,6 +1,6 @@ # Lightspin KubeCollector -![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) +![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) [Lightspin](https://www.lightspin.io/) is a graph-based technology immediately visualizes, prioritizes, and dynamically remediates critical cloud risks with no custom configuration needed. This repository contains the Helm chart for the Lightspin KubeCollector application to be deployed on customers Kubernetes clusters. @@ -92,12 +92,12 @@ The following table lists the configurable parameters of the Lightspin KubeColle | Key | Type | Default | Description | |-----|------|---------|-------------| -| apiKey | string | `nil` | Lightspin API URL (override for non US customers) | -| apiUrl | string | `"https://k8sapi.lightspin.cloud"` | | +| apiKey | string | `nil` | Lightspin API key | +| apiUrl | string | `"https://k8sapi.lightspin.cloud"` | Lightspin API URL (override for non US customers) | | beat.fullnameOverride | string | `"light-kubecollector-beat"` | fully qualified name of the beat service | | beat.image.pullPolicy | string | `"Always"` | kubecollector beat docker image pullPolicy | | beat.image.repository | string | `"public.ecr.aws/k7e6s3l5/light-kubecollector"` | kubecollector image repository | -| beat.image.tag | string | `"main"` | kubecollector beat image tag | +| beat.image.tag | string | `"latest"` | kubecollector beat image tag | | beat.name | string | `"beat"` | name of the beat service | | beat.replicaCount | int | `1` | Specify the number of replicas for the beat service | | beat.resources | object | `{"limits":{"cpu":"300m","memory":"200Mi"},"requests":{"cpu":"100m","memory":"100Mi"}}` | kubecollector beat resource requests and limits. | @@ -119,7 +119,7 @@ The following table lists the configurable parameters of the Lightspin KubeColle | runtime.events.config.log_level | string | `"INFO"` | | | runtime.events.fullnameOverride | string | `"light-kuberuntime-events"` | fully qualified name of the runtime events service | | runtime.events.image.repository | string | `"public.ecr.aws/k7e6s3l5/light-kuberuntime"` | kuberuntime events image repository | -| runtime.events.image.tag | string | `"master"` | | +| runtime.events.image.tag | string | `"latest"` | | | runtime.events.name | string | `"events"` | name of the runtime events service | | runtime.falco.fullnameOverride | string | `"lightspin-runtime"` | fully qualified name of the falco daemonset service | | runtime.falco.name | string | `"runtime"` | name of the falco daemonset service | @@ -136,7 +136,7 @@ The following table lists the configurable parameters of the Lightspin KubeColle | worker.fullnameOverride | string | `"light-kubecollector-worker"` | fully qualified name of the worker service | | worker.image.pullPolicy | string | `"Always"` | kubecollector worker docker image pullPolicy | | worker.image.repository | string | `"public.ecr.aws/k7e6s3l5/light-kubecollector"` | kubecollector image repository | -| worker.image.tag | string | `"main"` | kubecollector worker image tag | +| worker.image.tag | string | `"latest"` | kubecollector worker image tag | | worker.name | string | `"worker"` | name of the worker service | | worker.replicaCount | int | `1` | Specify the number of replicas for the worker service | | worker.resources | object | `{"limits":{"cpu":"300m","memory":"1024Mi"},"requests":{"cpu":"100m","memory":"300Mi"}}` | kubecollector worker resource requests and limits. | diff --git a/charts/kubecollector/templates/daemonsets/runtime-daemonset.yaml b/charts/kubecollector/templates/daemonsets/runtime-daemonset.yaml index 44c5d48..648a49a 100644 --- a/charts/kubecollector/templates/daemonsets/runtime-daemonset.yaml +++ b/charts/kubecollector/templates/daemonsets/runtime-daemonset.yaml @@ -24,7 +24,7 @@ spec: key: node-role.kubernetes.io/master containers: - name: falco - image: docker.io/falcosecurity/falco:0.32.1 + image: docker.io/falcosecurity/falco:0.33.1 imagePullPolicy: IfNotPresent resources: limits: diff --git a/charts/kubecollector/values.yaml b/charts/kubecollector/values.yaml index 7dedbd6..541c1db 100644 --- a/charts/kubecollector/values.yaml +++ b/charts/kubecollector/values.yaml @@ -16,7 +16,7 @@ commonLabels: {} # apiKey -- Lightspin API key apiKey: # "" -# apiKey -- Lightspin API URL (override for non US customers) +# apiUrl -- Lightspin API URL (override for non US customers) apiUrl: "https://k8sapi.lightspin.cloud" # tenantId -- Lightspin tenant id (id-xyz). tenantId: # "" @@ -63,7 +63,7 @@ beat: # beat.image.repository -- kubecollector image repository repository: public.ecr.aws/k7e6s3l5/light-kubecollector # beat.image.tag -- kubecollector beat image tag - tag: main + tag: latest # beat.image.pullPolicy -- kubecollector beat docker image pullPolicy pullPolicy: Always # beat.replicaCount -- Specify the number of replicas for the beat service @@ -87,7 +87,7 @@ worker: # worker.image.repository -- kubecollector image repository repository: public.ecr.aws/k7e6s3l5/light-kubecollector # worker.image.tag -- kubecollector worker image tag - tag: main + tag: latest # worker.image.pullPolicy -- kubecollector worker docker image pullPolicy pullPolicy: Always # worker.replicaCount -- Specify the number of replicas for the worker service @@ -139,7 +139,7 @@ runtime: # runtime.events.image.repository -- kuberuntime events image repository repository: public.ecr.aws/k7e6s3l5/light-kuberuntime # runtime.events..image.tag -- kuberuntime events image tag - tag: master + tag: latest ## runtime.events.config -- runtime events config section. config: # runtime.config.log_level -- logs severity level.