Skip to content

Commit

Permalink
Merge pull request #2 from lightspin-tech/test-ci
Browse files Browse the repository at this point in the history
readme fix
  • Loading branch information
michaell-lightspin authored Dec 8, 2022
2 parents 5c26249 + 2ca0d02 commit d393fcf
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.1
version: 0.1.2
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.1](https://img.shields.io/badge/Version-0.1.1-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.2](https://img.shields.io/badge/Version-0.1.2-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 @@ -86,7 +86,7 @@ helm upgrade -f kubecollector-values.yaml <RELEASE_NAME> --namespace lightspin -

## All configuration options

The following table lists the configurable parameters of the Lightspin KubeCollector chart and their default values. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
The following table lists the configurable parameters of the Lightspin KubeCollector chart and their default values. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/kubecollector/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ helm upgrade -f kubecollector-values.yaml <RELEASE_NAME> --namespace lightspin -

## All configuration options

The following table lists the configurable parameters of the Lightspin KubeCollector chart and their default values. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
The following table lists the configurable parameters of the Lightspin KubeCollector chart and their default values. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

{{ template "chart.valuesSection" . }}

0 comments on commit d393fcf

Please sign in to comment.