diff --git a/deploy/helm/tracee/Chart.yaml b/deploy/helm/tracee/Chart.yaml index c8532f7274c3..9fef220d014e 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.18.0/ +home: https://aquasecurity.github.io/tracee/v0.18.1/ sources: - https://github.com/aquasecurity/tracee @@ -18,10 +18,10 @@ 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.18.0" +version: "0.18.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.18.0" +appVersion: "0.18.1" diff --git a/deploy/kubernetes/tracee/tracee.yaml b/deploy/kubernetes/tracee/tracee.yaml index e26ea8a92b90..a41ec91c266c 100644 --- a/deploy/kubernetes/tracee/tracee.yaml +++ b/deploy/kubernetes/tracee/tracee.yaml @@ -96,7 +96,7 @@ spec: spec: containers: - name: tracee - image: docker.io/aquasec/tracee:0.18.0 + image: docker.io/aquasec/tracee:0.18.1 imagePullPolicy: IfNotPresent command: - /tracee/tracee