diff --git a/deploy/helm/tracee/Chart.yaml b/deploy/helm/tracee/Chart.yaml index 55bc5a660ea8..8b56150226ee 100644 --- a/deploy/helm/tracee/Chart.yaml +++ b/deploy/helm/tracee/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: tracee description: Linux Runtime Security and Forensics using eBPF -home: https://aquasecurity.github.io/tracee/v0.9.0/ +home: https://aquasecurity.github.io/tracee/v0.9.1/ sources: - https://github.com/aquasecurity/tracee @@ -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.0" +version: "0.9.1" # 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.0" +appVersion: "0.9.1" dependencies: - name: postee diff --git a/deploy/kubernetes/tracee-falcosidekick/tracee.yaml b/deploy/kubernetes/tracee-falcosidekick/tracee.yaml index 4e1ce9f1d46a..536e3ece8b24 100644 --- a/deploy/kubernetes/tracee-falcosidekick/tracee.yaml +++ b/deploy/kubernetes/tracee-falcosidekick/tracee.yaml @@ -17,7 +17,7 @@ spec: name: tracee spec: containers: - - image: docker.io/aquasec/tracee:0.9.0 + - image: docker.io/aquasec/tracee:0.9.1 imagePullPolicy: IfNotPresent args: - --webhook http://tracee-webhook:2801 --webhook-template ./templates/falcosidekick.tmpl --webhook-content-type application/json diff --git a/deploy/kubernetes/tracee-postee/tracee.yaml b/deploy/kubernetes/tracee-postee/tracee.yaml index 20f46dd98739..3451d42f1bfa 100644 --- a/deploy/kubernetes/tracee-postee/tracee.yaml +++ b/deploy/kubernetes/tracee-postee/tracee.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: tracee - image: docker.io/aquasec/tracee:0.9.0 + image: docker.io/aquasec/tracee:0.9.1 imagePullPolicy: IfNotPresent args: - --webhook=http://postee-svc:8082 diff --git a/deploy/kubernetes/tracee/tracee.yaml b/deploy/kubernetes/tracee/tracee.yaml index 536461b53185..c7e439824a48 100644 --- a/deploy/kubernetes/tracee/tracee.yaml +++ b/deploy/kubernetes/tracee/tracee.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: tracee - image: docker.io/aquasec/tracee:0.9.0 + image: docker.io/aquasec/tracee:0.9.1 imagePullPolicy: IfNotPresent env: - name: LIBBPFGO_OSRELEASE_FILE