Skip to content

Commit

Permalink
chore: bump k8s tag to 0.16.1
Browse files Browse the repository at this point in the history
commit: 4996e98 (main), cherry-pick
  • Loading branch information
josedonizetti committed Jul 13, 2023
1 parent a505252 commit c6feac7
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.16.0/
home: https://aquasecurity.github.io/tracee/v0.16.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.16.0"
version: "0.16.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.16.0"
appVersion: "0.16.1"
2 changes: 1 addition & 1 deletion deploy/kubernetes/tracee/tracee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
spec:
containers:
- name: tracee
image: docker.io/aquasec/tracee:0.16.0
image: docker.io/aquasec/tracee:0.16.1
imagePullPolicy: IfNotPresent
command:
- /tracee/tracee
Expand Down

0 comments on commit c6feac7

Please sign in to comment.