diff --git a/install/kubernetes/Chart.yaml b/install/kubernetes/Chart.yaml index 4bd6925525..b94f916b2f 100644 --- a/install/kubernetes/Chart.yaml +++ b/install/kubernetes/Chart.yaml @@ -13,8 +13,8 @@ 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.8.3 +version: 0.10.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: 0.8.3 +appVersion: 0.10.0 diff --git a/install/kubernetes/README.md b/install/kubernetes/README.md index 9528bd5857..58a3a22fb1 100644 --- a/install/kubernetes/README.md +++ b/install/kubernetes/README.md @@ -1,6 +1,6 @@ # tetragon -![Version: 0.8.3](https://img.shields.io/badge/Version-0.8.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.3](https://img.shields.io/badge/AppVersion-0.8.3-informational?style=flat-square) +![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) Helm chart for Tetragon @@ -71,7 +71,7 @@ Helm chart for Tetragon | tetragon.grpc.enabled | bool | `true` | Whether to enable exposing Tetragon gRPC. | | tetragon.image.override | string | `nil` | | | tetragon.image.repository | string | `"quay.io/cilium/tetragon"` | | -| tetragon.image.tag | string | `"v0.9.0"` | | +| tetragon.image.tag | string | `"v0.10.0"` | | | tetragon.processCacheSize | int | `65536` | | | tetragon.prometheus.address | string | `""` | The address at which to expose metrics. Set it to "" to expose on all available interfaces. | | tetragon.prometheus.enabled | bool | `true` | Whether to enable exposing Tetragon metrics. | @@ -81,7 +81,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":"v0.9.0"}` | tetragon-operator image. | +| tetragonOperator.image | object | `{"override":null,"repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v0.10.0"}` | tetragon-operator image. | | tolerations[0].operator | string | `"Exists"` | | | updateStrategy | object | `{}` | | diff --git a/install/kubernetes/values.yaml b/install/kubernetes/values.yaml index 6ba248e1ab..071a73b22e 100644 --- a/install/kubernetes/values.yaml +++ b/install/kubernetes/values.yaml @@ -49,7 +49,7 @@ tetragon: image: override: ~ repository: quay.io/cilium/tetragon - tag: v0.9.0 + tag: v0.10.0 resources: {} extraArgs: {} extraEnv: [] @@ -155,7 +155,7 @@ tetragonOperator: image: override: ~ repository: quay.io/cilium/tetragon-operator - tag: v0.9.0 + tag: v0.10.0 # tetragon-operator image-digest suffix: "" export: