File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : tracee
33description : Linux Runtime Security and Forensics using eBPF
4- home : https://aquasecurity.github.io/tracee/v0.9.1 /
4+ home : https://aquasecurity.github.io/tracee/v0.9/
55sources :
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.1 "
21+ version : " 0.9.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.9.1 "
27+ appVersion : " 0.9.2 "
2828
2929dependencies :
3030 - name : postee
Original file line number Diff line number Diff line change 1717 name : tracee
1818 spec :
1919 containers :
20- - image : docker.io/aquasec/tracee:0.9.1
20+ - image : docker.io/aquasec/tracee:0.9.2
2121 imagePullPolicy : IfNotPresent
2222 args :
2323 - --webhook http://tracee-webhook:2801 --webhook-template ./templates/falcosidekick.tmpl --webhook-content-type application/json
Original file line number Diff line number Diff line change 1919 spec :
2020 containers :
2121 - name : tracee
22- image : docker.io/aquasec/tracee:0.9.1
22+ image : docker.io/aquasec/tracee:0.9.2
2323 imagePullPolicy : IfNotPresent
2424 args :
2525 - --webhook=http://postee-svc:8082
Original file line number Diff line number Diff line change 1919 spec :
2020 containers :
2121 - name : tracee
22- image : docker.io/aquasec/tracee:0.9.1
22+ image : docker.io/aquasec/tracee:0.9.2
2323 imagePullPolicy : IfNotPresent
2424 env :
2525 - name : LIBBPFGO_OSRELEASE_FILE
You can’t perform that action at this time.
0 commit comments