Skip to content

Commit 7280a57

Browse files
DEV-8401-Cluster-agent-adustments (#38)
1 parent 3ebf524 commit 7280a57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/streamsec-agent/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.1.5
19+
version: 1.1.6
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
24-
appVersion: 1.1.3
24+
appVersion: 1.1.4
2525

2626
dependencies:
2727
- name: tetragon

charts/streamsec-agent/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ streamsec:
7171
name: cluster-agent
7272

7373
#streamsec.image.tag -- Stream Security agent tag to use.
74-
tag: master.591
74+
tag: 1.0.1
7575

7676
#streamsec.image.pullPolicy -- Stream Security agent image pullPolicy
7777
pullPolicy: IfNotPresent
@@ -82,7 +82,7 @@ streamsec:
8282
name: cluster-agent
8383

8484
#streamsec.cost_image.tag -- Stream Security cost agent tag to use.
85-
tag: master.591
85+
tag: 1.0.1
8686

8787
#streamsec.cost_image.pullPolicy -- Stream Security cost agent image pullPolicy
8888
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)