From 736f6e9e24cdd5c580233d70ba9ed733f863c7e1 Mon Sep 17 00:00:00 2001
From: Kornilios Kourtis <kornilios@isovalent.com>
Date: Fri, 3 Mar 2023 10:20:26 +0100
Subject: [PATCH] Prepare for v0.8.4 release

Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
---
 install/kubernetes/Chart.yaml  | 4 ++--
 install/kubernetes/README.md   | 6 +++---
 install/kubernetes/values.yaml | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/install/kubernetes/Chart.yaml b/install/kubernetes/Chart.yaml
index 4bd69255254..a0290ff1404 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.8.4
 # 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.8.4
diff --git a/install/kubernetes/README.md b/install/kubernetes/README.md
index 219326b37d9..cd12fd84ecf 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.8.4](https://img.shields.io/badge/Version-0.8.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square)
 
 Helm chart for Tetragon
 
@@ -68,7 +68,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.8.3"` |  |
+| tetragon.image.tag | string | `"v0.8.4"` |  |
 | 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. |
@@ -78,7 +78,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.8.3"}` | tetragon-operator image. |
+| tetragonOperator.image | object | `{"override":null,"repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v0.8.4"}` | tetragon-operator image. |
 | tolerations[0].operator | string | `"Exists"` |  |
 | updateStrategy | object | `{}` |  |
 
diff --git a/install/kubernetes/values.yaml b/install/kubernetes/values.yaml
index 2402f3827a1..a04e82fc774 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.8.3
+    tag: v0.8.4
   resources: {}
   extraArgs: {}
   extraEnv: []
@@ -148,7 +148,7 @@ tetragonOperator:
   image:
     override: ~
     repository: quay.io/cilium/tetragon-operator
-    tag: v0.8.3
+    tag: v0.8.4
     # tetragon-operator image-digest
     suffix: ""
 export: