Skip to content

Commit

Permalink
Merge pull request #9 from lightspin-tech/change_default_falco_image_…
Browse files Browse the repository at this point in the history
…repo

Change default falco image repo
  • Loading branch information
michaell-lightspin authored Feb 16, 2023
2 parents d6e5eca + 4132fc3 commit e1e6a64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.6
version: 0.1.7
appVersion: "2.0.0"
home: https://lightspin.io/
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/kubecollector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lightspin KubeCollector

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-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.7](https://img.shields.io/badge/Version-0.1.7-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 @@ -129,7 +129,7 @@ The following table lists the configurable parameters of the Lightspin KubeColle
| runtime.events.name | string | `"events"` | name of the runtime events service |
| runtime.falco.ebpf_probe.enabled | bool | `false` | enable ebpf probe for falco. |
| runtime.falco.fullnameOverride | string | `"lightspin-runtime"` | fully qualified name of the falco daemonset service |
| runtime.falco.image.repository | string | `"docker.io/falcosecurity/falco"` | falco agent image repository |
| runtime.falco.image.repository | string | `"public.ecr.aws/falcosecurity/falco"` | falco agent image repository |
| runtime.falco.image.tag | string | `"0.33.1"` | falco agent image tag |
| runtime.falco.name | string | `"runtime"` | name of the falco daemonset service |
| tenantId | string | `nil` | Lightspin tenant id (id-xyz). |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubecollector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ runtime:
name: runtime
image:
# runtime.falco.image.repository -- falco agent image repository
repository: docker.io/falcosecurity/falco
repository: public.ecr.aws/falcosecurity/falco
# runtime.falco.image.tag -- falco agent image tag
tag: 0.33.1
ebpf_probe:
Expand Down

0 comments on commit e1e6a64

Please sign in to comment.