From be654de72fa34d7799b37bb81f52c6cc9052371d Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Thu, 16 Jul 2020 13:04:27 +0200
Subject: [PATCH] Updated nomad version.

---
 gui/package.json           | 2 +-
 gui/public/env.js          | 2 +-
 nomad/config.py            | 2 +-
 ops/helm/nomad/Chart.yaml  | 4 ++--
 ops/helm/nomad/values.yaml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gui/package.json b/gui/package.json
index 4465c0d8d9..5a1c854cfe 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nomad-fair-gui",
-  "version": "0.8.2",
+  "version": "0.8.3",
   "commit": "e98694e",
   "private": true,
   "dependencies": {
diff --git a/gui/public/env.js b/gui/public/env.js
index 741fa010e5..27d5456db3 100644
--- a/gui/public/env.js
+++ b/gui/public/env.js
@@ -8,7 +8,7 @@ window.nomadEnv = {
   'matomoUrl': 'https://repository.nomad-coe.eu/fairdi/stat',
   'matomoSiteId': '2',
   'version': {
-    "label": "0.8.2",
+    "label": "0.8.3",
     "isBeta": false,
     "usesBetaData": false,
     "officialUrl": "https://repository.nomad-coe.eu/app/gui"
diff --git a/nomad/config.py b/nomad/config.py
index fe9907f360..2311680625 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -262,7 +262,7 @@ datacite = NomadConfig(
 )
 
 meta = NomadConfig(
-    version='0.8.2',
+    version='0.8.3',
     commit=gitinfo.commit,
     release='devel',
     default_domain='dft',
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index c044aba422..2349446cbd 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.8.1"
+appVersion: "0.8.3"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.8.2
+version: 0.8.3
diff --git a/ops/helm/nomad/values.yaml b/ops/helm/nomad/values.yaml
index f6909d6720..3471c413b3 100644
--- a/ops/helm/nomad/values.yaml
+++ b/ops/helm/nomad/values.yaml
@@ -1,6 +1,6 @@
 ## Default values for nomad@FAIRDI
 version:
-  label: "0.8.2"
+  label: "0.8.3"
   isBeta: false
   usesBetaData: false
   officialUrl: "https://repository.nomad-coe.eu/app/gui"
-- 
GitLab