Skip to content

Commit

Permalink
Merge pull request #3 from lightspin-tech/fix_appversion_propogation
Browse files Browse the repository at this point in the history
fix appVersion propagation
  • Loading branch information
michaell-lightspin authored Dec 8, 2022
2 parents d393fcf + 2a3e619 commit 3d31eab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2
version: 0.1.3
appVersion: "2.0.0"
home: https://lightspin.io/
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubecollector/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/kubecollector/templates/configmaps/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3d31eab

Please sign in to comment.