Skip to content

Commit

Permalink
Prepare for v1.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Apr 29, 2024
1 parent f486aab commit 7398faf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
6 changes: 3 additions & 3 deletions docs/content/en/docs/reference/helm-chart.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ demo_app_url = "https://raw.githubusercontent.com/cilium/cilium/v1.15.3/examples
# Used in the "version-banner" partial to display a version number for the
# current doc set.
# renovate: datasource=docker depName=quay.io/cilium/tetragon
version = "v1.0.3"
version = "v1.1.0"

[params.search.algolia]
appId = "UI18HE156K"
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/tetragon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: tetragon
description: Helm chart for Tetragon
type: application
version: 1.0.0
version: 1.1.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.
appVersion: 1.0.0
appVersion: 1.1.0
8 changes: 4 additions & 4 deletions install/kubernetes/tetragon/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions install/kubernetes/tetragon/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -- Global settings
enabled: true
imagePullSecrets: []

# -- Tetragon agent settings
priorityClassName: ""
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -54,7 +53,7 @@ tetragon:
image:
override: ~
repository: quay.io/cilium/tetragon
tag: v1.0.3
tag: v1.1.0
resources: {}
extraArgs: {}
extraEnv: []
Expand Down Expand Up @@ -110,8 +109,7 @@ tetragon:
# {"fields": "parent", "action": "EXCLUDE"}
# {"event_set": ["PROCESS_KPROBE"], "fields": "process", "action": "INCLUDE"}
#
fieldFilters: |-
fieldFilters: ""
# Filters to redact secrets from the args fields in Tetragon events. To perform
# redactions, redaction filters define RE2 regular expressions in the `redact`
# field. Any capture groups in these RE2 regular expressions are redacted and
Expand Down Expand Up @@ -143,8 +141,7 @@ tetragon:
#
# With both of the above redaction filters in place, we are now redacting all
# password arguments.
redactionFilters: |-
redactionFilters: ""
# Access Kubernetes API to associate Tetragon events with Kubernetes pods.
enableK8sAPI: true
# enableProcessCred enables Capabilities visibility in exec and kprobe events.
Expand Down Expand Up @@ -210,7 +207,6 @@ tetragon:
extraVolumeMounts: []
# -- resources for the the oci-hook-setup init container
resources: {}

# -- Tetragon Operator settings
tetragonOperator:
# -- Enables the Tetragon Operator.
Expand Down Expand Up @@ -257,7 +253,7 @@ tetragonOperator:
image:
override: ~
repository: quay.io/cilium/tetragon-operator
tag: v1.0.3
tag: v1.1.0
pullPolicy: IfNotPresent
# -- Extra volumes for the Tetragon Operator Deployment.
extraVolumes: []
Expand Down

0 comments on commit 7398faf

Please sign in to comment.