Skip to content

Commit

Permalink
update helm chart (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotanalter authored Feb 16, 2025
1 parent c1d2be2 commit 2c5b269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/streamsec-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ 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.1.2
version: 1.1.3

# 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.1.1
appVersion: 1.1.2

dependencies:
- name: tetragon
Expand Down
4 changes: 2 additions & 2 deletions charts/streamsec-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ streamsec:
name: cluster-agent

#streamsec.image.tag -- Stream Security agent tag to use.
tag: master.586
tag: master.591

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

#streamsec.cost_image.tag -- Stream Security cost agent tag to use.
tag: master.586
tag: master.591

#streamsec.cost_image.pullPolicy -- Stream Security cost agent image pullPolicy
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 2c5b269

Please sign in to comment.