From 7e9c714a4f87be396f01a9ae73bc575a52b9d5ae Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Fri, 7 Jul 2023 10:02:50 +0200
Subject: [PATCH] Update chart version for testing

---
 deployment/helmchart/Chart.yaml  | 2 +-
 deployment/helmchart/values.yaml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index f4e4914e..952b004e 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -23,4 +23,4 @@ name: stackspin-dashboard
 sources:
   - https://open.greenhost.net/stackspin/dashboard/
   - https://open.greenhost.net/stackspin/dashboard-backend/
-version: 1.7.4
+version: 1.7.5-nosecrets
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index 4835b864..6b42b622 100644
--- a/deployment/helmchart/values.yaml
+++ b/deployment/helmchart/values.yaml
@@ -68,7 +68,7 @@ dashboard:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/dashboard
-    tag: 0.7.4
+    tag: 143-make-dashboard-secret-generation-generic
     digest: ""
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
@@ -236,7 +236,7 @@ backend:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/dashboard-backend
-    tag: 0.7.4
+    tag: 143-make-dashboard-secret-generation-generic
     digest: ""
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
@@ -723,7 +723,7 @@ tests:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/cypress-test
-    tag: 0.7.4
+    tag: 143-make-dashboard-secret-generation-generic
     pullPolicy: IfNotPresent
   credentials:
     user: ""
-- 
GitLab