From 8439eb7c5583cb62403aee3edc950f714e7120cf Mon Sep 17 00:00:00 2001
From: Fabian Schindler <fabian.schindler.strauss@gmail.com>
Date: Sun, 12 Dec 2021 13:15:14 +0100
Subject: [PATCH] Updating vs-registrar chart version

---
 Chart.lock | 2 +-
 Chart.yaml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Chart.lock b/Chart.lock
index 349c0e3..226a936 100644
--- a/Chart.lock
+++ b/Chart.lock
@@ -16,7 +16,7 @@ dependencies:
   version: 0.1.8
 - name: vs-registrar
   repository: https://charts-public.hub.eox.at
-  version: 0.1.8
+  version: 0.1.9
 - name: vs-scheduler
   repository: https://charts-public.hub.eox.at
   version: 0.1.0
diff --git a/Chart.yaml b/Chart.yaml
index fed7842..9cf1af4 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -7,11 +7,11 @@ 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.2
+version: 2.0.3
 
 # 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.2
+appVersion: 2.0.3
 
 maintainers:
   - name: EOX IT Services GmbH
@@ -39,7 +39,7 @@ dependencies:
     repository: "https://charts-public.hub.eox.at"
     alias: renderer
   - name: vs-registrar
-    version: "0.1.8"
+    version: "0.1.9"
     repository: "https://charts-public.hub.eox.at"
     alias: registrar
   - name: vs-scheduler
-- 
GitLab