Skip to content

Commit

Permalink
chore(k8s): prepare v0.19.0 release (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco committed Nov 3, 2023
1 parent 9f53a83 commit a57c534
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/tracee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: tracee
description: Linux Runtime Security and Forensics using eBPF
home: https://aquasecurity.github.io/tracee/v0.18.1/
home: https://aquasecurity.github.io/tracee/v0.19.0/
sources:
- https://github.com/aquasecurity/tracee

Expand All @@ -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.1"
version: "0.19.0"

# 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.1"
appVersion: "0.19.0"
24 changes: 12 additions & 12 deletions deploy/kubernetes/tracee/tracee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ kind: ServiceAccount
metadata:
name: tracee
labels:
helm.sh/chart: tracee-0.18.1
helm.sh/chart: tracee-0.19.0
app.kubernetes.io/name: tracee
app.kubernetes.io/instance: tracee
app.kubernetes.io/version: "0.18.1"
app.kubernetes.io/version: "0.19.0"
app.kubernetes.io/managed-by: Helm
---
# Source: tracee/templates/serviceaccount.yaml
Expand All @@ -17,10 +17,10 @@ kind: ServiceAccount
metadata:
name: tracee-operator
labels:
helm.sh/chart: tracee-0.18.1
helm.sh/chart: tracee-0.19.0
app.kubernetes.io/name: tracee
app.kubernetes.io/instance: tracee
app.kubernetes.io/version: "0.18.1"
app.kubernetes.io/version: "0.19.0"
app.kubernetes.io/managed-by: Helm
---
# Source: tracee/templates/tracee-config.yaml
Expand All @@ -29,10 +29,10 @@ kind: ConfigMap
metadata:
name: tracee-config
labels:
helm.sh/chart: tracee-0.18.1
helm.sh/chart: tracee-0.19.0
app.kubernetes.io/name: tracee
app.kubernetes.io/instance: tracee
app.kubernetes.io/version: "0.18.1"
app.kubernetes.io/version: "0.19.0"
app.kubernetes.io/managed-by: Helm
data:
config.yaml: |-
Expand Down Expand Up @@ -118,10 +118,10 @@ kind: DaemonSet
metadata:
name: tracee
labels:
helm.sh/chart: tracee-0.18.1
helm.sh/chart: tracee-0.19.0
app.kubernetes.io/name: tracee
app.kubernetes.io/instance: tracee
app.kubernetes.io/version: "0.18.1"
app.kubernetes.io/version: "0.19.0"
app.kubernetes.io/managed-by: Helm
spec:
selector:
Expand All @@ -140,7 +140,7 @@ spec:
{}
containers:
- name: tracee
image: "docker.io/aquasec/tracee:0.18.1"
image: "docker.io/aquasec/tracee:0.19.0"
imagePullPolicy: IfNotPresent
command:
- /tracee/tracee
Expand Down Expand Up @@ -218,10 +218,10 @@ kind: Deployment
metadata:
name: tracee-operator
labels:
helm.sh/chart: tracee-0.18.1
helm.sh/chart: tracee-0.19.0
app.kubernetes.io/name: tracee
app.kubernetes.io/instance: tracee
app.kubernetes.io/version: "0.18.1"
app.kubernetes.io/version: "0.19.0"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand All @@ -238,7 +238,7 @@ spec:
{}
containers:
- name: tracee-operator
image: "docker.io/aquasec/tracee:0.18.1"
image: "docker.io/aquasec/tracee:0.19.0"
imagePullPolicy: IfNotPresent
command:
- /tracee/tracee-operator
Expand Down

0 comments on commit a57c534

Please sign in to comment.