Skip to content

Commit 8d6f034

Browse files
committed
chore(k8s): prepare v0.22.2 release
commit: 3bd1c40 (main), cherry-pick
1 parent f3d5ac1 commit 8d6f034

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

deploy/helm/tracee/Chart.yaml

+3-3
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.22.1/
4+
home: https://aquasecurity.github.io/tracee/v0.22.2/
55
sources:
66
- https://github.com/aquasecurity/tracee
77

@@ -18,10 +18,10 @@ 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.22.1"
21+
version: "0.22.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.22.1"
27+
appVersion: "0.22.2"

deploy/kubernetes/tracee/tracee.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ kind: ServiceAccount
55
metadata:
66
name: tracee
77
labels:
8-
helm.sh/chart: tracee-0.22.1
8+
helm.sh/chart: tracee-0.22.2
99
app.kubernetes.io/name: tracee
1010
app.kubernetes.io/instance: tracee
11-
app.kubernetes.io/version: "0.22.1"
11+
app.kubernetes.io/version: "0.22.2"
1212
app.kubernetes.io/managed-by: Helm
1313
---
1414
# Source: tracee/templates/serviceaccount.yaml
@@ -17,10 +17,10 @@ kind: ServiceAccount
1717
metadata:
1818
name: tracee-operator
1919
labels:
20-
helm.sh/chart: tracee-0.22.1
20+
helm.sh/chart: tracee-0.22.2
2121
app.kubernetes.io/name: tracee
2222
app.kubernetes.io/instance: tracee
23-
app.kubernetes.io/version: "0.22.1"
23+
app.kubernetes.io/version: "0.22.2"
2424
app.kubernetes.io/managed-by: Helm
2525
---
2626
# Source: tracee/templates/tracee-config.yaml
@@ -29,10 +29,10 @@ kind: ConfigMap
2929
metadata:
3030
name: tracee-config
3131
labels:
32-
helm.sh/chart: tracee-0.22.1
32+
helm.sh/chart: tracee-0.22.2
3333
app.kubernetes.io/name: tracee
3434
app.kubernetes.io/instance: tracee
35-
app.kubernetes.io/version: "0.22.1"
35+
app.kubernetes.io/version: "0.22.2"
3636
app.kubernetes.io/managed-by: Helm
3737
data:
3838
config.yaml: |-
@@ -118,10 +118,10 @@ kind: DaemonSet
118118
metadata:
119119
name: tracee
120120
labels:
121-
helm.sh/chart: tracee-0.22.1
121+
helm.sh/chart: tracee-0.22.2
122122
app.kubernetes.io/name: tracee
123123
app.kubernetes.io/instance: tracee
124-
app.kubernetes.io/version: "0.22.1"
124+
app.kubernetes.io/version: "0.22.2"
125125
app.kubernetes.io/managed-by: Helm
126126
spec:
127127
selector:
@@ -140,7 +140,7 @@ spec:
140140
{}
141141
containers:
142142
- name: tracee
143-
image: "docker.io/aquasec/tracee:0.22.1"
143+
image: "docker.io/aquasec/tracee:0.22.2"
144144
imagePullPolicy: IfNotPresent
145145
command:
146146
- /tracee/tracee
@@ -218,10 +218,10 @@ kind: Deployment
218218
metadata:
219219
name: tracee-operator
220220
labels:
221-
helm.sh/chart: tracee-0.22.1
221+
helm.sh/chart: tracee-0.22.2
222222
app.kubernetes.io/name: tracee
223223
app.kubernetes.io/instance: tracee
224-
app.kubernetes.io/version: "0.22.1"
224+
app.kubernetes.io/version: "0.22.2"
225225
app.kubernetes.io/managed-by: Helm
226226
spec:
227227
replicas: 1
@@ -238,7 +238,7 @@ spec:
238238
{}
239239
containers:
240240
- name: tracee-operator
241-
image: "docker.io/aquasec/tracee:0.22.1"
241+
image: "docker.io/aquasec/tracee:0.22.2"
242242
imagePullPolicy: IfNotPresent
243243
command:
244244
- /tracee/tracee-operator

0 commit comments

Comments
 (0)