Skip to content

Commit

Permalink
k8s: update version to 0.9.2 (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Oct 25, 2022
1 parent ae722d7 commit bbcc6a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.9.1/
home: https://aquasecurity.github.io/tracee/v0.9/
sources:
- https://github.com/aquasecurity/tracee

Expand All @@ -18,13 +18,13 @@ 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.9.1"
version: "0.9.2"

# 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.9.1"
appVersion: "0.9.2"

dependencies:
- name: postee
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/tracee-falcosidekick/tracee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
name: tracee
spec:
containers:
- image: docker.io/aquasec/tracee:0.9.1
- image: docker.io/aquasec/tracee:0.9.2
imagePullPolicy: IfNotPresent
args:
- --webhook http://tracee-webhook:2801 --webhook-template ./templates/falcosidekick.tmpl --webhook-content-type application/json
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/tracee-postee/tracee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: tracee
image: docker.io/aquasec/tracee:0.9.1
image: docker.io/aquasec/tracee:0.9.2
imagePullPolicy: IfNotPresent
args:
- --webhook=http://postee-svc:8082
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/tracee/tracee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: tracee
image: docker.io/aquasec/tracee:0.9.1
image: docker.io/aquasec/tracee:0.9.2
imagePullPolicy: IfNotPresent
env:
- name: LIBBPFGO_OSRELEASE_FILE
Expand Down

0 comments on commit bbcc6a5

Please sign in to comment.