Skip to content

Commit

Permalink
fix readme & falco version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaell-lightspin committed Dec 13, 2022
1 parent 3d31eab commit 3f3702c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/kubecollector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions charts/kubecollector/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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. |
Expand All @@ -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 |
Expand All @@ -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. |
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions charts/kubecollector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: # ""
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3f3702c

Please sign in to comment.