Skip to content

Commit

Permalink
Prepare for release v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent authored and jrfastab committed May 13, 2022
1 parent 931b70f commit 75e49ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions install/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ Helm chart for Tetragon
| tetragon.argsOverride | list | `[]` | |
| tetragon.btf | string | `""` | |
| tetragon.commandOverride | list | `[]` | |
| tetragon.enableCiliumAPI | bool | `true` | |
| tetragon.enableCiliumAPI | bool | `false` | |
| tetragon.enableK8sAPI | bool | `true` | |
| tetragon.enableProcessCred | bool | `false` | |
| tetragon.enableProcessNs | bool | `false` | |
| tetragon.enabled | bool | `true` | |
| tetragon.exportAllowList | string | `"{\"event_set\":[\"PROCESS_EXEC\", \"PROCESS_KPROBE\"]}"` | |
| tetragon.exportAllowList | string | `"{\"event_set\":[\"PROCESS_EXEC\", \"PROCESS_EXIT\", \"PROCESS_KPROBE\"]}"` | |
| tetragon.exportDenyList | string | `"{\"health_check\":true}\n{\"namespace\":[\"\", \"cilium\", \"kube-system\"]}"` | |
| tetragon.exportFileCompress | bool | `false` | |
| tetragon.exportFileMaxBackups | int | `5` | |
Expand All @@ -62,7 +62,7 @@ Helm chart for Tetragon
| tetragon.extraVolumeMounts | list | `[]` | |
| tetragon.image.override | string | `nil` | |
| tetragon.image.repository | string | `"quay.io/cilium/tetragon"` | |
| tetragon.image.tag | string | `"latest"` | |
| tetragon.image.tag | string | `"v0.8.0"` | |
| tetragon.processCacheSize | int | `65536` | |
| tetragon.prometheus.enabled | bool | `true` | Whether to enable exposing Tetragon metrics. |
| tetragon.prometheus.port | int | `2112` | The port at which to expose metrics. |
Expand All @@ -71,7 +71,7 @@ Helm chart for Tetragon
| tetragon.resources | object | `{}` | |
| tetragon.securityContext.privileged | bool | `true` | |
| tetragonOperator.enabled | bool | `true` | Enable the tetragon-operator component (required). |
| tetragonOperator.image | object | `{"override":null,"repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"latest"}` | tetragon-operator image. |
| tetragonOperator.image | object | `{"override":null,"repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v0.8.0"}` | tetragon-operator image. |
| tolerations[0].operator | string | `"Exists"` | |
| updateStrategy | object | `{}` | |

Expand Down
10 changes: 4 additions & 6 deletions install/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ tetragon:
enabled: true
image:
override: ~
repository: quay.io/cilium/tetragon-ci
# FIXME(WPF): Replace with real version tag
tag: latest
repository: quay.io/cilium/tetragon
tag: v0.8.0
resources: {}
extraArgs: {}
extraEnv: []
Expand Down Expand Up @@ -142,9 +141,8 @@ tetragonOperator:
# -- tetragon-operator image.
image:
override: ~
repository: quay.io/cilium/tetragon-operator-ci
# FIXME(WPF): Replace with real version tag
tag: latest
repository: quay.io/cilium/tetragon-operator
tag: v0.8.0
# tetragon-operator image-digest
suffix: ""

Expand Down

0 comments on commit 75e49ab

Please sign in to comment.