Skip to content

Commit 4e9750a

Browse files
authored
Update tracee tags in deployments (#2256)
This updates the git tag for tracee in the deployment scripts in advance of us cutting tracee v0.9.0. This will allow for the correct version to be part of the release and fix helm installations. Signed-off-by: grantseltzer <[email protected]>
1 parent 1376dfa commit 4e9750a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

deploy/helm/tracee/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: tracee
33
description: Linux Runtime Security and Forensics using eBPF
4-
home: https://aquasecurity.github.io/tracee/v0.8.3/
4+
home: https://aquasecurity.github.io/tracee/v0.9.0/
55
sources:
66
- https://github.com/aquasecurity/tracee
77

@@ -18,13 +18,13 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: "0.8.3"
21+
version: "0.9.0"
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "0.8.3"
27+
appVersion: "0.9.0"
2828

2929
dependencies:
3030
- name: postee

deploy/kubernetes/tracee-falcosidekick/tracee.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
name: tracee
1818
spec:
1919
containers:
20-
- image: docker.io/aquasec/tracee:0.8.3
20+
- image: docker.io/aquasec/tracee:0.9.0
2121
imagePullPolicy: IfNotPresent
2222
args:
2323
- --webhook http://tracee-webhook:2801 --webhook-template ./templates/falcosidekick.tmpl --webhook-content-type application/json

deploy/kubernetes/tracee-postee/tracee.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: tracee
22-
image: docker.io/aquasec/tracee:0.8.3
22+
image: docker.io/aquasec/tracee:0.9.0
2323
imagePullPolicy: IfNotPresent
2424
args:
2525
- --webhook=http://postee-svc:8082

deploy/kubernetes/tracee/tracee.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: tracee
22-
image: docker.io/aquasec/tracee:0.8.3
22+
image: docker.io/aquasec/tracee:0.9.0
2323
imagePullPolicy: IfNotPresent
2424
env:
2525
- name: LIBBPFGO_OSRELEASE_FILE

0 commit comments

Comments
 (0)