Skip to content

Commit 58399f0

Browse files
k8s: update image tag to latest (#2293)
1 parent 0842226 commit 58399f0

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.9.0/
4+
home: https://aquasecurity.github.io/tracee/v0.9.1/
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.9.0"
21+
version: "0.9.1"
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.9.0"
27+
appVersion: "0.9.1"
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.9.0
20+
- image: docker.io/aquasec/tracee:0.9.1
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.9.0
22+
image: docker.io/aquasec/tracee:0.9.1
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.9.0
22+
image: docker.io/aquasec/tracee:0.9.1
2323
imagePullPolicy: IfNotPresent
2424
env:
2525
- name: LIBBPFGO_OSRELEASE_FILE

0 commit comments

Comments
 (0)