From 7e2359fe3ffb698307ea0246b0b0e6a6bdeb775b Mon Sep 17 00:00:00 2001
From: Bernhard Mallinger <bernhard.mallinger@eox.at>
Date: Thu, 27 Jan 2022 14:34:03 +0100
Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.7=20=E2=86=92=202.0.8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .bumpversion.cfg | 2 +-
 Chart.yaml       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 1fac8ed..db3649f 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.0.7
+current_version = 2.0.8
 commit = True
 tag = True
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
diff --git a/Chart.yaml b/Chart.yaml
index f36dd92..a58df98 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -5,10 +5,10 @@ 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: "2.0.7"
+version: "2.0.8"
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application.
-appVersion: "2.0.7"
+appVersion: "2.0.8"
 maintainers:
   - name: EOX IT Services GmbH
     url: https://eox.at
-- 
GitLab