Skip to content

Commit 6fc196b

Browse files
Upgrade-runtime-agent (#32)
* change runtime agent image to latest * change helm chart version number
1 parent 2c5b269 commit 6fc196b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3
19+
version: 1.1.4
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.2
24+
appVersion: 1.1.3
2525

2626
dependencies:
2727
- name: tetragon

charts/streamsec-agent/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ streamsec:
204204
updateStrategy: {}
205205
image:
206206
name: runtime-agent
207-
tag: 0.0.4
207+
tag: 0.0.6
208208
pullPolicy: IfNotPresent
209209

210210
env:

0 commit comments

Comments
 (0)