Commit 447792a 1 parent 05e2a24 commit 447792a Copy full SHA for 447792a
File tree 5 files changed +27
-14
lines changed
5 files changed +27
-14
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.1.21
19
+ version : 0.1.23
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
23
23
# follow Semantic Versioning. They should reflect the version the application is using.
24
- appVersion : 1.22 .0
24
+ appVersion : 1.23 .0
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ lightlytics:
69
69
name : cluster-agent
70
70
71
71
# lightlytics.image.tag -- Lightlytics agent tag to use.
72
- tag : master.577
72
+ tag : master.584
73
73
74
74
# lightlytics.image.pullPolicy -- Lightlytics agent image pullPolicy
75
75
pullPolicy : IfNotPresent
@@ -80,7 +80,7 @@ lightlytics:
80
80
name : cluster-agent
81
81
82
82
# lightlytics.cost_image.tag -- Lightlytics cost agent tag to use.
83
- tag : cost_k8s_process.578
83
+ tag : master.584
84
84
85
85
# lightlytics.cost_image.pullPolicy -- Lightlytics cost agent image pullPolicy
86
86
pullPolicy : IfNotPresent
@@ -118,7 +118,8 @@ lightlytics:
118
118
name : lightlytics-connector
119
119
command :
120
120
- /usr/local/bin/python
121
- - connector.py
121
+ - main.py
122
+ - connector
122
123
resources :
123
124
requests :
124
125
cpu : 800m
@@ -130,7 +131,8 @@ lightlytics:
130
131
name : lightlytics-cost
131
132
command :
132
133
- /usr/local/bin/python
133
- - cost.py
134
+ - main.py
135
+ - cost
134
136
resources :
135
137
requests :
136
138
cpu : 800m
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 1.0.0
19
+ version : 1.0.2
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
23
23
# follow Semantic Versioning. They should reflect the version the application is using.
24
- appVersion : 1.0.0
24
+ appVersion : 1.0.1
Original file line number Diff line number Diff line change 1
- # cluster-agent
1
+ # streamsec-agent
2
+
3
+ ## How to use Stream Security Agent Helm repository
4
+ To begin, add the Stream Security Agent Helm repository to your local Helm repositories:
5
+
6
+ ```
7
+ helm repo add streamsec https://lightlytics.github.io/helm-charts
8
+ helm repo update
9
+ helm install streamsec-agent --set streamsec.apiToken=<API_TOKEN> --set streamsec.apiUrl=<API_URL> -n streamsec-agent --create-namespace streamsec/streamsec-agent`
10
+
2
11
3
12
  
4
13
5
- Stream Security Cluster Agent Helm Chart
14
+ Stream Security Agent Helm Chart
6
15
7
16
## Values
8
17
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ streamsec:
69
69
name : cluster-agent
70
70
71
71
# streamsec.image.tag -- Stream Security agent tag to use.
72
- tag : master.577
72
+ tag : master.584
73
73
74
74
# streamsec.image.pullPolicy -- Stream Security agent image pullPolicy
75
75
pullPolicy : IfNotPresent
@@ -80,7 +80,7 @@ streamsec:
80
80
name : cluster-agent
81
81
82
82
# streamsec.cost_image.tag -- Stream Security cost agent tag to use.
83
- tag : cost_k8s_process.578
83
+ tag : master.584
84
84
85
85
# streamsec.cost_image.pullPolicy -- Stream Security cost agent image pullPolicy
86
86
pullPolicy : IfNotPresent
@@ -118,7 +118,8 @@ streamsec:
118
118
name : connector
119
119
command :
120
120
- /usr/local/bin/python
121
- - connector.py
121
+ - main.py
122
+ - connector
122
123
resources :
123
124
requests :
124
125
cpu : 800m
@@ -130,7 +131,8 @@ streamsec:
130
131
name : cost
131
132
command :
132
133
- /usr/local/bin/python
133
- - cost.py
134
+ - main.py
135
+ - cost
134
136
resources :
135
137
requests :
136
138
cpu : 800m
You can’t perform that action at this time.
0 commit comments