Skip to content

Commit

Permalink
DEV-7089 - change cost module branch (#26)
Browse files Browse the repository at this point in the history
* change cost containers command

* change versions
  • Loading branch information
dotanalter authored Jan 26, 2025
1 parent 05e2a24 commit 447792a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/lightlytics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.21
version: 0.1.23

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.22.0
appVersion: 1.23.0
10 changes: 6 additions & 4 deletions charts/lightlytics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ lightlytics:
name: cluster-agent

#lightlytics.image.tag -- Lightlytics agent tag to use.
tag: master.577
tag: master.584

#lightlytics.image.pullPolicy -- Lightlytics agent image pullPolicy
pullPolicy: IfNotPresent
Expand All @@ -80,7 +80,7 @@ lightlytics:
name: cluster-agent

#lightlytics.cost_image.tag -- Lightlytics cost agent tag to use.
tag: cost_k8s_process.578
tag: master.584

#lightlytics.cost_image.pullPolicy -- Lightlytics cost agent image pullPolicy
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -118,7 +118,8 @@ lightlytics:
name: lightlytics-connector
command:
- /usr/local/bin/python
- connector.py
- main.py
- connector
resources:
requests:
cpu: 800m
Expand All @@ -130,7 +131,8 @@ lightlytics:
name: lightlytics-cost
command:
- /usr/local/bin/python
- cost.py
- main.py
- cost
resources:
requests:
cpu: 800m
Expand Down
4 changes: 2 additions & 2 deletions charts/streamsec-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.0
appVersion: 1.0.1
13 changes: 11 additions & 2 deletions charts/streamsec-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# cluster-agent
# streamsec-agent

## How to use Stream Security Agent Helm repository
To begin, add the Stream Security Agent Helm repository to your local Helm repositories:

```
helm repo add streamsec https://lightlytics.github.io/helm-charts
helm repo update
helm install streamsec-agent --set streamsec.apiToken=<API_TOKEN> --set streamsec.apiUrl=<API_URL> -n streamsec-agent --create-namespace streamsec/streamsec-agent`
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
Stream Security Cluster Agent Helm Chart
Stream Security Agent Helm Chart
## Values
Expand Down
10 changes: 6 additions & 4 deletions charts/streamsec-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ streamsec:
name: cluster-agent

#streamsec.image.tag -- Stream Security agent tag to use.
tag: master.577
tag: master.584

#streamsec.image.pullPolicy -- Stream Security agent image pullPolicy
pullPolicy: IfNotPresent
Expand All @@ -80,7 +80,7 @@ streamsec:
name: cluster-agent

#streamsec.cost_image.tag -- Stream Security cost agent tag to use.
tag: cost_k8s_process.578
tag: master.584

#streamsec.cost_image.pullPolicy -- Stream Security cost agent image pullPolicy
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -118,7 +118,8 @@ streamsec:
name: connector
command:
- /usr/local/bin/python
- connector.py
- main.py
- connector
resources:
requests:
cpu: 800m
Expand All @@ -130,7 +131,8 @@ streamsec:
name: cost
command:
- /usr/local/bin/python
- cost.py
- main.py
- cost
resources:
requests:
cpu: 800m
Expand Down

0 comments on commit 447792a

Please sign in to comment.