diff --git a/docs/content/en/docs/reference/helm-chart.md b/docs/content/en/docs/reference/helm-chart.md index cb05a8e58c8..a5fcf1a2531 100644 --- a/docs/content/en/docs/reference/helm-chart.md +++ b/docs/content/en/docs/reference/helm-chart.md @@ -89,7 +89,7 @@ To use [the values available](#values), with `helm install` or `helm upgrade`, u | tetragon.hostProcPath | string | `"/proc"` | Location of the host proc filesystem in the runtime environment. If the runtime runs in the host, the path is /proc. Exceptions to this are environments like kind, where the runtime itself does not run on the host. | | tetragon.image.override | string | `nil` | | | tetragon.image.repository | string | `"quay.io/cilium/tetragon"` | | -| tetragon.image.tag | string | `"v1.0.0-rc2"` | | +| tetragon.image.tag | string | `"v1.0.0-rc.2"` | | | 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. | @@ -100,7 +100,7 @@ To use [the values available](#values), with `helm install` or `helm upgrade`, u | tetragon.prometheus.serviceMonitor.scrapeInterval | string | `"10s"` | Interval at which metrics should be scraped. If not specified, Prometheus' global scrape interval is used. | | tetragon.resources | object | `{}` | | | tetragon.securityContext.privileged | bool | `true` | | -| tetragonOperator.image | object | `{"override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v1.0.0-rc2"}` | tetragon-operator image. | +| tetragonOperator.image | object | `{"override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v1.0.0-rc.2"}` | tetragon-operator image. | | tetragonOperator.podInfo.enabled | bool | `false` | Enables the PodInfo CRD and the controller that reconciles PodInfo custom resources. | | tetragonOperator.skipCRDCreation | bool | `false` | | | tolerations[0].operator | string | `"Exists"` | | diff --git a/docs/hugo.toml b/docs/hugo.toml index c051454adfc..c344b83b8b8 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -90,7 +90,7 @@ archived_version = false # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. -version = "v1.0.0-rc2" +version = "v1.0.0-rc.2" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. diff --git a/install/kubernetes/Chart.yaml b/install/kubernetes/Chart.yaml index 18e368ee337..4224d302981 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: 1.0.0-rc2 +version: 1.0.0-rc.2 # 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-rc2 +appVersion: 1.0.0-rc.2 diff --git a/install/kubernetes/README.md b/install/kubernetes/README.md index ff41e6ee766..84b88e23f90 100644 --- a/install/kubernetes/README.md +++ b/install/kubernetes/README.md @@ -1,6 +1,6 @@ # tetragon -![Version: 1.0.0-rc2](https://img.shields.io/badge/Version-1.0.0--rc2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-rc2](https://img.shields.io/badge/AppVersion-1.0.0--rc2-informational?style=flat-square) +![Version: 1.0.0-rc.2](https://img.shields.io/badge/Version-1.0.0--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-rc.2](https://img.shields.io/badge/AppVersion-1.0.0--rc.2-informational?style=flat-square) Helm chart for Tetragon @@ -72,7 +72,7 @@ Helm chart for Tetragon | tetragon.hostProcPath | string | `"/proc"` | Location of the host proc filesystem in the runtime environment. If the runtime runs in the host, the path is /proc. Exceptions to this are environments like kind, where the runtime itself does not run on the host. | | tetragon.image.override | string | `nil` | | | tetragon.image.repository | string | `"quay.io/cilium/tetragon"` | | -| tetragon.image.tag | string | `"v1.0.0-rc2"` | | +| tetragon.image.tag | string | `"v1.0.0-rc.2"` | | | 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. | @@ -83,7 +83,7 @@ Helm chart for Tetragon | tetragon.prometheus.serviceMonitor.scrapeInterval | string | `"10s"` | Interval at which metrics should be scraped. If not specified, Prometheus' global scrape interval is used. | | tetragon.resources | object | `{}` | | | tetragon.securityContext.privileged | bool | `true` | | -| tetragonOperator.image | object | `{"override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v1.0.0-rc2"}` | tetragon-operator image. | +| tetragonOperator.image | object | `{"override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v1.0.0-rc.2"}` | tetragon-operator image. | | tetragonOperator.podInfo.enabled | bool | `false` | Enables the PodInfo CRD and the controller that reconciles PodInfo custom resources. | | tetragonOperator.skipCRDCreation | bool | `false` | | | tolerations[0].operator | string | `"Exists"` | | diff --git a/install/kubernetes/values.yaml b/install/kubernetes/values.yaml index e8e33dbef1b..6bf45e5c7d4 100644 --- a/install/kubernetes/values.yaml +++ b/install/kubernetes/values.yaml @@ -49,7 +49,7 @@ tetragon: image: override: ~ repository: quay.io/cilium/tetragon - tag: v1.0.0-rc2 + tag: v1.0.0-rc.2 resources: {} extraArgs: {} extraEnv: [] @@ -161,7 +161,7 @@ tetragonOperator: image: override: ~ repository: quay.io/cilium/tetragon-operator - tag: v1.0.0-rc2 + tag: v1.0.0-rc.2 # tetragon-operator image-digest suffix: "" pullPolicy: IfNotPresent