Skip to content

Commit 999e44f

Browse files
k8s: fix tracee version to latest release v0.8.2 (#2162)
1 parent b02c7a1 commit 999e44f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

deploy/helm/tracee/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: postee
3-
repository: https://aquasecurity.github.io/helm-charts
4-
version: v2.6.0
5-
digest: sha256:840d3ac8afb52fc0cc060cf21be26f3026069d124ecda255a4c0114abbf156c8
6-
generated: "2022-06-21T10:45:39.406563021Z"
3+
repository: https://aquasecurity.github.io/helm-charts/
4+
version: v2.8.3
5+
digest: sha256:3cd303862aadc0e6368d237d81f174cc3d0e12d4ac9febb72ec0a69a09348c52
6+
generated: "2022-09-13T10:51:43.865101369-03:00"

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.1/
4+
home: https://aquasecurity.github.io/tracee/v0.8.2/
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.1"
21+
version: "0.8.2"
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.1"
27+
appVersion: "0.8.2"
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.1
20+
- image: docker.io/aquasec/tracee:0.8.2
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.1
22+
image: docker.io/aquasec/tracee:0.8.2
2323
imagePullPolicy: IfNotPresent
2424
args:
2525
- --webhook=http://postee-svc:8082

0 commit comments

Comments
 (0)