Skip to content

Commit

Permalink
chore: bump k8s tags to 0.17.1 (#3374) (#3376)
Browse files Browse the repository at this point in the history
commit: a8ddb7e (main), cherry-pick

Co-authored-by: Jose Donizetti <jdbjunior@gmail.com>
  • Loading branch information
geyslan and josedonizetti committed Aug 10, 2023
1 parent 4eb730b commit 5102cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/tracee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: tracee
description: Linux Runtime Security and Forensics using eBPF
home: https://aquasecurity.github.io/tracee/v0.17.0/
home: https://aquasecurity.github.io/tracee/v0.17.1/
sources:
- https://github.com/aquasecurity/tracee

Expand All @@ -18,10 +18,10 @@ 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.17.0"
version: "0.17.1"

# 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.
# It is recommended to use it with quotes.
appVersion: "0.17.0"
appVersion: "0.17.1"
2 changes: 1 addition & 1 deletion deploy/kubernetes/tracee/tracee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
spec:
containers:
- name: tracee
image: docker.io/aquasec/tracee:0.17.0
image: docker.io/aquasec/tracee:0.17.1
imagePullPolicy: IfNotPresent
command:
- /tracee/tracee
Expand Down

0 comments on commit 5102cff

Please sign in to comment.