diff --git a/charts/kubecollector/Chart.yaml b/charts/kubecollector/Chart.yaml index c61b28a..ff54ca3 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.2 +version: 0.1.3 appVersion: "2.0.0" home: https://lightspin.io/ maintainers: diff --git a/charts/kubecollector/README.md b/charts/kubecollector/README.md index cc0fca5..c4b3c10 100644 --- a/charts/kubecollector/README.md +++ b/charts/kubecollector/README.md @@ -1,6 +1,6 @@ # Lightspin KubeCollector -![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) +![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) [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. diff --git a/charts/kubecollector/templates/configmaps/worker.yaml b/charts/kubecollector/templates/configmaps/worker.yaml index 1ac64f8..561c7cf 100644 --- a/charts/kubecollector/templates/configmaps/worker.yaml +++ b/charts/kubecollector/templates/configmaps/worker.yaml @@ -27,5 +27,5 @@ data: SCHEDULE_CRONTAB: {{ printf "%s %s * * *" (now | date "2006-01-02T15:04:05" | substr 14 16) (now | date "2006-01-02T15:04:05" | substr 11 13) | quote }} {{- end }} API_RATE_LIMIT: {{ .Values.worker.config.api_rate_limit | quote }} - VERSION: {{ .Chart.Version | quote }} + VERSION: {{ .Chart.AppVersion | quote }} LOG_LEVEL: {{ .Values.worker.config.log_level | quote }}