Skip to content

Commit c290b18

Browse files
authored
chore(k8s): prepare v0.23.0 release (#4603)
1 parent f2e4130 commit c290b18

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.6/
4+
home: https://aquasecurity.github.io/tracee/v0.23.0/
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.6"
21+
version: "0.23.0"
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.6"
27+
appVersion: "0.23.0"

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.6
8+
helm.sh/chart: tracee-0.23.0
99
app.kubernetes.io/name: tracee
1010
app.kubernetes.io/instance: tracee
11-
app.kubernetes.io/version: "0.22.6"
11+
app.kubernetes.io/version: "0.23.0"
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.6
20+
helm.sh/chart: tracee-0.23.0
2121
app.kubernetes.io/name: tracee
2222
app.kubernetes.io/instance: tracee
23-
app.kubernetes.io/version: "0.22.6"
23+
app.kubernetes.io/version: "0.23.0"
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.6
32+
helm.sh/chart: tracee-0.23.0
3333
app.kubernetes.io/name: tracee
3434
app.kubernetes.io/instance: tracee
35-
app.kubernetes.io/version: "0.22.6"
35+
app.kubernetes.io/version: "0.23.0"
3636
app.kubernetes.io/managed-by: Helm
3737
data:
3838
config.yaml: |-
@@ -117,10 +117,10 @@ kind: DaemonSet
117117
metadata:
118118
name: tracee
119119
labels:
120-
helm.sh/chart: tracee-0.22.6
120+
helm.sh/chart: tracee-0.23.0
121121
app.kubernetes.io/name: tracee
122122
app.kubernetes.io/instance: tracee
123-
app.kubernetes.io/version: "0.22.6"
123+
app.kubernetes.io/version: "0.23.0"
124124
app.kubernetes.io/managed-by: Helm
125125
spec:
126126
selector:
@@ -139,7 +139,7 @@ spec:
139139
{}
140140
containers:
141141
- name: tracee
142-
image: "docker.io/aquasec/tracee:0.22.6"
142+
image: "docker.io/aquasec/tracee:0.23.0"
143143
imagePullPolicy: IfNotPresent
144144
command:
145145
- /tracee/tracee
@@ -217,10 +217,10 @@ kind: Deployment
217217
metadata:
218218
name: tracee-operator
219219
labels:
220-
helm.sh/chart: tracee-0.22.6
220+
helm.sh/chart: tracee-0.23.0
221221
app.kubernetes.io/name: tracee
222222
app.kubernetes.io/instance: tracee
223-
app.kubernetes.io/version: "0.22.6"
223+
app.kubernetes.io/version: "0.23.0"
224224
app.kubernetes.io/managed-by: Helm
225225
spec:
226226
replicas: 1
@@ -237,7 +237,7 @@ spec:
237237
{}
238238
containers:
239239
- name: tracee-operator
240-
image: "docker.io/aquasec/tracee:0.22.6"
240+
image: "docker.io/aquasec/tracee:0.23.0"
241241
imagePullPolicy: IfNotPresent
242242
command:
243243
- /tracee/tracee-operator

0 commit comments

Comments
 (0)